mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Moves secrets to secrets_template in OIDC example
This commit is contained in:
@@ -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:]'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user