-
Notifications
You must be signed in to change notification settings - Fork 566
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
OCI Global Config Source #7352
OCI Global Config Source #7352
Conversation
...ions/oci/sdk/runtime/src/main/java/io/helidon/integrations/oci/sdk/runtime/OciExtension.java
Outdated
Show resolved
Hide resolved
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've restricted my review to the areas I'm familiar with.
.../src/main/java/io/helidon/integrations/oci/sdk/runtime/OciAuthenticationDetailsProvider.java
Outdated
Show resolved
Hide resolved
.../src/main/java/io/helidon/integrations/oci/sdk/runtime/OciAuthenticationDetailsProvider.java
Outdated
Show resolved
Hide resolved
...ci/sdk/runtime/src/main/java/io/helidon/integrations/oci/sdk/runtime/OciConfigBlueprint.java
Outdated
Show resolved
Hide resolved
.../test/java/io/helidon/integrations/oci/sdk/runtime/OciAuthenticationDetailsProviderTest.java
Show resolved
Hide resolved
...ons/oci/sdk/runtime/src/test/java/io/helidon/integrations/oci/sdk/runtime/OciConfigTest.java
Outdated
Show resolved
Hide resolved
...ons/oci/sdk/runtime/src/test/java/io/helidon/integrations/oci/sdk/runtime/OciConfigTest.java
Outdated
Show resolved
Hide resolved
...ons/oci/sdk/runtime/src/test/java/io/helidon/integrations/oci/sdk/runtime/OciConfigTest.java
Outdated
Show resolved
Hide resolved
...ons/oci/sdk/runtime/src/test/java/io/helidon/integrations/oci/sdk/runtime/OciConfigTest.java
Outdated
Show resolved
Hide resolved
...ons/oci/sdk/runtime/src/test/java/io/helidon/integrations/oci/sdk/runtime/OciConfigTest.java
Outdated
Show resolved
Hide resolved
* | ||
* @return the bootstrap oci config bean | ||
* @see OciConfigBlueprint | ||
*/ | ||
public static OciConfig ociConfig() { |
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.
It seems like any app/api that wants to make calls to OCI will need to call this method first and then use the config to create auth details etc. We should look at doing this only once and not read file/default source to create config object again.
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.
pushed.
...ci/sdk/runtime/src/main/java/io/helidon/integrations/oci/sdk/runtime/OciConfigBlueprint.java
Show resolved
Hide resolved
...ions/oci/sdk/runtime/src/main/java/io/helidon/integrations/oci/sdk/runtime/OciExtension.java
Outdated
Show resolved
Hide resolved
...ions/oci/sdk/runtime/src/main/java/io/helidon/integrations/oci/sdk/runtime/OciExtension.java
Show resolved
Hide resolved
...ions/oci/sdk/runtime/src/main/java/io/helidon/integrations/oci/sdk/runtime/OciExtension.java
Outdated
Show resolved
Hide resolved
...ions/oci/sdk/runtime/src/main/java/io/helidon/integrations/oci/sdk/runtime/OciExtension.java
Outdated
Show resolved
Hide resolved
integrations/oci/sdk/runtime/src/test/resources/test-oci-config-file.yaml
Outdated
Show resolved
Hide resolved
...ions/oci/sdk/runtime/src/main/java/io/helidon/integrations/oci/sdk/runtime/OciExtension.java
Show resolved
Hide resolved
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.
@ljnelson you have unresolved issues, please do the last approval
...ions/oci/sdk/runtime/src/main/java/io/helidon/integrations/oci/sdk/runtime/OciExtension.java
Outdated
Show resolved
Hide resolved
As requested |
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.
Re-approving per request
Enhancement for issue #7348.