-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update IAM to seed URLs, clients secrets, etc. dynamically #127
Conversation
shouldn't be obsolete since R2412
as long as post-install testdata-upload-job of tx-data-provider still uses it for chart testing
We will review that :) Thx Evelyn |
bpn: BPNL00000000BJTL | ||
initContainer: | ||
image: | ||
name: docker.io/tractusx/umbrella-init-container:1.1.0-init |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In dockerhub the image with tag 1.1.0 is missing. I tried building the image of init-container and using it, and it works fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that the 1.1.0-init tag still needs to be created so that the following GitHub Actions can generate it: build-init-container
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just pushed the tag https://github.com/eclipse-tractusx/tractus-x-umbrella/releases/tag/1.1.0-init, so that then new init container got built
Description
update keycloak instances to seed URLs, clients secrets, etc. dynamically
seeding of the test service accounts for the EDC <--> MIW connection is be obsolete since R2412 but I updated and didn't remove the ad hoc init container to enable the seeding of those test service accounts, in case it's needed again
can be uncommented of the post-install testdata-upload-job of tx-data-provider doesn't use it during chart testing anymore
#126
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: