Skip to content

feat: add AWS Secrets Manager provider#19

Merged
VojtechVitek merged 1 commit into
masterfrom
aws-secrets-provider
Jun 22, 2026
Merged

feat: add AWS Secrets Manager provider#19
VojtechVitek merged 1 commit into
masterfrom
aws-secrets-provider

Conversation

@patrislav

Copy link
Copy Markdown
Member

Summary

  • Add aws SecretsProvider backed by AWS Secrets Manager, using AWS SDK Go v2
  • Supports the default credential chain (env vars, ~/.aws/, IAM roles, EC2 instance profiles, etc.)
  • Accepts optional config.LoadOptions for customization (e.g. region override)
  • Add example usage in _examples/cmd/aws/

Usage

provider, err := aws.NewSecretsProvider(ctx)

// or with explicit region:
provider, err := aws.NewSecretsProvider(ctx, config.WithRegion("us-east-1"))

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@patrislav patrislav force-pushed the aws-secrets-provider branch from af4b08a to 45ecea4 Compare June 19, 2026 13:02

@marino39 marino39 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@VojtechVitek VojtechVitek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@VojtechVitek VojtechVitek merged commit a16bd91 into master Jun 22, 2026
4 checks passed
@VojtechVitek VojtechVitek deleted the aws-secrets-provider branch June 22, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants