-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1135 from equinor/bootstrap-flux-digicert-issuer-…
…secrets bootstrap digicert flux values
- Loading branch information
Showing
12 changed files
with
248 additions
and
499 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Digicert cluster issuer | ||
|
||
Scripts for managing secrets required by Flux to install Digicert cluster issuers. | ||
|
||
## Bootstrap | ||
|
||
Run script [`./bootstrap.sh`](./bootstrap.sh), see script header for more how. | ||
|
||
Bootstrap will | ||
1. Read Digicert external account info from keyvault. | ||
1. Create a Kubernetes secret with this info used by Flux to install ACME cluster issuers for Digicert | ||
|
||
## Update external account values | ||
|
||
Run script [`./update_account.sh`](./update_account.sh), see script header for more how. | ||
The script will update the Key Vault secret that holds Digicert account info. You should run [`./bootstrap.sh`](./bootstrap.sh) afterwards to update the Kubernetes secret used by Flux. | ||
|
||
Required input values must be obtained from Equinor's account manager for Digicert. |
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
Oops, something went wrong.