Skip to content

Commit 2d3bf28

Browse files
Add docusign envs
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent f2184be commit 2d3bf28

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

setenv.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ export AWS_SECRET_ACCESS_KEY="$(echo "${data}" | jq -r '.Credentials.SecretAcces
1010
export AWS_SESSION_TOKEN="$(echo "${data}" | jq -r '.Credentials.SessionToken')"
1111
export AWS_SECURITY_TOKEN="$(echo "${data}" | jq -r '.Credentials.SessionToken')"
1212
export GITHUB_OAUTH_TOKEN="$(cat /etc/github/oauth)"
13+
export DOCUSIGN_INTEGRATOR_KEY="$(cat ./DOCUSIGN_INTEGRATOR_KEY.secret)"
14+
export DOCUSIGN_USER_ID="$(cat ./DOCUSIGN_USER_ID.secret)"
15+
export DOCUSIGN_AUTH_SERVER="$(cat ./DOCUSIGN_AUTH_SERVER.secret)"
16+
export DOCUSIGN_ROOT_URL="$(cat ./DOCUSIGN_ROOT_URL.secret)"
17+
export DOCUSIGN_ACCOUNT_ID="$(cat ./DOCUSIGN_ACCOUNT_ID.secret)"
1318

1419
export AWS_SDK_LOAD_CONFIG=true
1520
export AWS_PROFILE='lfproduct-dev'

unsetenv.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ unset AWS_ROLE_ARN
2020
unset AWS_TOKEN_SERIAL
2121
unset AWS_SDK_LOAD_CONFIG
2222
unset GITHUB_OAUTH_TOKEN
23+
unset DOCUSIGN_INTEGRATOR_KEY
24+
unset DOCUSIGN_USER_ID
25+
unset DOCUSIGN_AUTH_SERVER
26+
unset DOCUSIGN_ROOT_URL
27+
unset DOCUSIGN_ACCOUNT_ID

0 commit comments

Comments
 (0)