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: Secret notes #20

Open
n2taylor opened this issue May 31, 2022 · 4 comments
Open

ENHANCEMENT: Secret notes #20

n2taylor opened this issue May 31, 2022 · 4 comments

Comments

@n2taylor
Copy link

I'd love to be able to add some secret metadata using the "Notes" feature using the Terraform provider. The use case would be marking certain secrets as being managed by TF as opposed to manually entered. e.g.

resource "doppler_secret" "managed_secrets" {
  for_each = {
    "my_secret_1" = "foo", 
    "my_secret_2" = "bar"
  }
  project  = "my-project"
  config   = "prod"
  name     = each.key
  value    = each.value
  note     = "DO NOT EDIT - Managed by Terraform"
}
@nmanoogian
Copy link
Member

Thanks for the recommendation, @n2taylor! This is a neat idea; I'll share it with our product team.

@Supy
Copy link

Supy commented Oct 4, 2022

We'd have use for this feature for the same use case as outlined by the author.

Better yet would be some kind of visual indicator on the secret itself that shows it is managed by an IAC tool.

@guidodobboletta
Copy link

Is there any chance the team is working on this @nmanoogian ? It would be an awesome feature to see inside Doppler which secrets are managed by Terraform and which are managed manually

@nmanoogian
Copy link
Member

Hi @guidodobboletta! The team isn't actively working on this but it is certainly still on our radar. I'll post here with any updates.

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

4 participants