generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting up keyvault settings and adding permissions to app (#1276)
* Setting up keyvault settings and adding permissions to app Co-authored-by: halprin <halprin@users.noreply.github.com> * Fixing tf lint issues Co-authored-by: halprin <halprin@users.noreply.github.com> * Adding extra TF resources Co-authored-by: halprin <halprin@users.noreply.github.com> * Remove incorrect permission Co-authored-by: halprin <halprin@users.noreply.github.com> * Adding missing field * Fixing account key value * Adding vault access policy key permissions * Adding keys * Adding more perms * removing bad options * Adding depends on * adding permissions * No regeneration key * wait for permissions for the key vault managed storate account thing * See what Terraform tell us * Use azurerm_storage_account_customer_managed_key * storage account also depends on key vault permissions * Depend on just github deployer * Removing depends on * Modify access policy to be resource instead of data * Reverting data change for account wrapping * Always use P1v3 for testing * Go back to P0v3 for lower environments * Give deployer recover permission for our secrets in the key vault * Fix terraform format * Clean-up commented out Terraform * Adding custom identity * Removing deprecated flags * Adding depends on for access policy * Adding bracket for object id * Trying a third way for user creation * Use terraform data now * Adding our own identity for docs * making doc identity system assigned * Re-add user id for docs * go back to system id for docs * Also do encryption for the storage storage account * Use better names for resources * Use the correct rename --------- Co-authored-by: halprin <halprin@users.noreply.github.com>
- Loading branch information
1 parent
b0ef2d6
commit 3f1f655
Showing
9 changed files
with
114 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters