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

ENHANCEMENT: Ability to set custom secret's name (have full control of the name) for AWS Secrets Manager #91

Open
ViacheslavKudinov opened this issue Jun 19, 2024 · 1 comment

Comments

@ViacheslavKudinov
Copy link
Contributor

Currently when we use resource doppler_secrets_sync_aws_secrets_manager it will always add /doppler suffix in the end of the name.

For example:

resource "doppler_secrets_sync_aws_secrets_manager" "backend_prod" {
  integration = doppler_integration_aws_secrets_manager.prod.id
  project     = "backend"
  config      = "prd"

  region = "us-east-1"
  path   = "/backend/"
  tags   = { myTag = "enabled" }
} 

this example will create secret backend/doppler on AWS side.

We would like to have full control over how the secret's name will be on AWS Secrets Manager, as we have naming convention for all (when is possible) AWS resources at our company.
It will be great if we could achieve full compatibility when we get secrets via Doppler.

@nmanoogian
Copy link
Member

Thanks for the recommendation, @ViacheslavKudinov! I'll discuss this with the product team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants