-
Notifications
You must be signed in to change notification settings - Fork 21
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(ContainerAuthenticator): enhance ContainerAuthenticator to support Code Engine workload #232
feat(ContainerAuthenticator): enhance ContainerAuthenticator to support Code Engine workload #232
Conversation
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.
LGTM
@SaschaSchwarze0 the build failures are due to checkstyle errors. To see the same errors in your local sandbox, you can run |
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.
Gotta retract my LGTM due to the build errors 😂
…rt Code Engine workload Signed-off-by: Sascha Schwarze <schwarzs@de.ibm.com>
a7ea093
to
7a5de1c
Compare
Thanks. I did not check the status myself and locally only ran |
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.
LGTM
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.
Looks good! 👍
# [9.23.0](9.22.2...9.23.0) (2025-03-07) ### Features * **ContainerAuthenticator:** add support for code engine workload ([#232](#232)) ([166d8f6](166d8f6))
🎉 This PR is included in version 9.23.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This pull request extends the existing ContainerAuthenticator to be aware of the hard-coded compute resource token path used by Code Engine. This allows a seamless usage of that authenticator and a move of workload between IKS/ROKS/Code Engine without changing a single line of code.
Documentation is adjusted to mention Code Engine in the context of the ContainerAuthenticator.