-
Notifications
You must be signed in to change notification settings - Fork 571
4.x: Support for OKE Workload identity in OCI integration for Service registry #8862
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
4.x: Support for OKE Workload identity in OCI integration for Service registry #8862
Conversation
Fixes to behavior.
Test some javadoc tags are correctly handled
…ype or builder Checkstyle fixes
...kload/src/main/java/io/helidon/integrations/oci/authentication/okeworkload/package-info.java
Show resolved
Hide resolved
a general nitpick: use full name i.e. authentication instead of atn, all over. |
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.
Other than comments from Arjav, in general, the changes LGTM. Mainly, I've looked at the OCI changes, and I'm good with those.
@arjav-desai do you mean in class names, comments, documentation, config or all? Because: I am OK to replace this, but it will be more "chatty" |
* Remove usages of "Strategy" and replace with "Method" * Typo and other review fixes
I have resolved all comments. |
Description
Adds OKE workload authentication details provider
Extracted some authentication details providers to separate modules (resource and instance principal)
Marked as preview feature (production ready, may have some changes) for service registry
A few fixes in Builder and Config metadata (+ test update)
Documentation
Documentation of service registry features is now only in readme files