You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AwsSecretsManagerVaultExtension do not support to override AWS endpoint. I think the option to override AWS endpoint of SecretsManagerClient makes development easier and provides flexibility.
Which Areas Would Be Affected?
Local development, CI, AWS-compatible services: Emulators like localstack are often used in AWS development. However, they require endpoint overrides.
Why Is the Feature Desired?
As mentioned above
Solution Proposal
I already implemented #485
This solution follows S3CoreExtension's implementation
Feature Request
AwsSecretsManagerVaultExtension
do not support to override AWS endpoint. I think the option to override AWS endpoint ofSecretsManagerClient
makes development easier and provides flexibility.Which Areas Would Be Affected?
Local development, CI, AWS-compatible services: Emulators like localstack are often used in AWS development. However, they require endpoint overrides.
Why Is the Feature Desired?
As mentioned above
Solution Proposal
I already implemented #485
This solution follows
S3CoreExtension
's implementationTechnology-Aws/extensions/common/aws/aws-s3-core/src/main/java/org/eclipse/edc/aws/s3/S3CoreExtension.java
Line 45 in c43e0bb
Technology-Aws/extensions/common/aws/aws-s3-core/src/main/java/org/eclipse/edc/aws/s3/S3CoreExtension.java
Lines 61 to 64 in c43e0bb
The text was updated successfully, but these errors were encountered: