Skip to content
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

Adding AWS S3 Configuration Provider and AWS Secrets Manager Provider #135

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ting-lan-wang
Copy link
Member

Combining the work by @psilberk into this branch.

This branch adds the following Configuration Providers for AWS Services:

  • AwsS3ConfigurationProvider: this provider retrieves the configuration in JSON Payload format from AWS S3.
  • AwsSecretsManagerConfigurationProvider: which retrieves the configuration in JSON Payload format from AWS Secrets Manager.
  • AwsJsonSecretsManagerProvider: which retrieves the JSON configuration from a AWS Secrets Manager.

psilberk and others added 7 commits September 18, 2024 16:40
 Changes to be committed:
	modified:   ojdbc-provider-aws/pom.xml
	new file:   ojdbc-provider-aws/src/main/java/oracle/jdbc/provider/aws/authentication/AwsAuthenticationMethod.java
	new file:   ojdbc-provider-aws/src/main/java/oracle/jdbc/provider/aws/authentication/AwsBasicCredentialsFactory.java
	new file:   ojdbc-provider-aws/src/main/java/oracle/jdbc/provider/aws/configuration/AWSAppConfigProvider.java
	new file:   ojdbc-provider-aws/src/main/java/oracle/jdbc/provider/aws/configuration/AWSAppConfigurationURLParser.java
	new file:   ojdbc-provider-aws/src/main/java/oracle/jdbc/provider/aws/configuration/AWSConfigurationParameters.java
	modified:   ojdbc-provider-aws/src/main/resources/META-INF/services/oracle.jdbc.spi.OracleConfigurationProvider
	new file:   ojdbc-provider-samples/src/main/java/oracle/jdbc/provider/aws/configuration/SimpleAWSAppConfigExample.java
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants