mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Moves secrets to secrets_template in OIDC example
This commit is contained in:
parent
38b3901e82
commit
c3bf72d9ac
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
SCRIPT_DIR=$(dirname $0)
|
SCRIPT_DIR=$(dirname $0)
|
||||||
|
|
||||||
|
mkdir -p "$SCRIPT_DIR/secrets"
|
||||||
|
|
||||||
function getSecret {
|
function getSecret {
|
||||||
cut -d ":" -f 2 <<< "$1" | tr -d '[:blank:]'
|
cut -d ":" -f 2 <<< "$1" | tr -d '[:blank:]'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user