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

Expose key vault secrets values as sensitive AB#18306 #380

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

pipalmic
Copy link
Contributor

@pipalmic pipalmic commented Jan 8, 2024

The module is outputting the added secrets (sensitive in cmd, but reachable by dependency)

C:\Users.......\terraform\modules\key_vault_secrets> terragrunt apply
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
secrets = <sensitive>

C:\Users.......\terraform\modules\key_vault_secrets> terragrunt output secrets
{
"JournalEntriesCsvDumpSharepointAppRegKey" = "........"
"NotificationSecret" = "........"
"ServiceTicketsServiceEmailClientId" = "18645ff4......."
"ServiceTicketsServiceEmailClientSecret" = "........"
"SharepointAccessClientId" = "91e9dadb......."
"SharepointAccessClientSecret" = "........."
}

@pipalmic pipalmic requested review from tom-reinders and a team as code owners January 8, 2024 09:25
@tom-reinders tom-reinders added this to the v3.12.0 milestone Jan 9, 2024
@tom-reinders tom-reinders merged commit b0da81e into develop Jan 9, 2024
2 checks passed
@tom-reinders tom-reinders deleted the feature/18306-expose-secret-values branch January 9, 2024 13:03
This was referenced Jul 12, 2024
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.

3 participants