-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90d13d4
commit 1ae7318
Showing
4 changed files
with
79 additions
and
109 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,51 @@ | ||
# gcp-gsm-parse-secrets | ||
|
||
Converts a lists of strings of secrets references into screaming snake case. Look at the tests.py for furhter details. | ||
|
||
### Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ------------ | ------ | -------- | ------- | --------------------------------------------- | | ||
| project-name | string | true | | GKE project name where the secrets are stored | | ||
| secrets-list | string | true | | Secrets to inject into the environment | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
### Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
| OUTPUT | TYPE | DESCRIPTION | | ||
| ------------ | ------ | ------------------------------- | | ||
| secrets-list | string | secret list with correct format | | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> | ||
|
||
### Secrets | ||
|
||
## References | ||
|
||
### Inputs | ||
|
||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --> | ||
|
||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
| ------------ | ------ | -------- | ------- | --------------------------------------------- | | ||
| project-name | string | true | | GKE project name where the secrets are stored | | ||
| secrets-list | string | true | | Secrets to inject into the environment | | ||
|
||
<!-- AUTO-DOC-INPUT:END --> | ||
|
||
### Outputs | ||
|
||
<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --> | ||
|
||
| OUTPUT | TYPE | DESCRIPTION | | ||
| ------------ | ------ | ------------------------------- | | ||
| secrets-list | string | secret list with correct format | | ||
|
||
<!-- AUTO-DOC-OUTPUT:END --> | ||
|
||
### Secrets |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
../../actions/gcp-gsm-load-secrets/README.md |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
../../actions/gcp-gsm-parse-secrets/README.md |