-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathenvrc_template
More file actions
37 lines (27 loc) · 1.23 KB
/
envrc_template
File metadata and controls
37 lines (27 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# MongoDB connection uri and automatic encryption shared library path
export MONGODB_URI="<Your MongoDB URI>"
export SHARED_LIB_PATH="<Full path to your Automatic Encryption Shared Library>"
# AWS Credentials
export AWS_ACCESS_KEY_ID="<Your AWS access key ID>"
export AWS_SECRET_ACCESS_KEY="<Your AWS secret access key>"
export AWS_KEY_REGION="<Your AWS key region>"
export AWS_KEY_ARN="<Your AWS key ARN>"
# Azure Credentials
export AZURE_TENANT_ID="<Your Azure tenant ID>"
export AZURE_CLIENT_ID="<Your Azure client ID>"
export AZURE_CLIENT_SECRET="<Your client secret>"
export AZURE_KEY_NAME="<Your key name>"
export AZURE_KEY_VERSION="<Your key version>"
export AZURE_KEY_VAULT_ENDPOINT="<Your key vault endpoint>"
# GCP Credentials
export GCP_EMAIL="<Your GCP email>"
export GCP_PRIVATE_KEY="<Your GCP private key>"
export GCP_PROJECT_ID="<Your project id>"
export GCP_LOCATION="<Your location>"
export GCP_KEY_RING="<Your key ring>"
export GCP_KEY_NAME="<Your key name>"
export GCP_KEY_VERSION="<Your key version>"
# KMIP Credentials
export KMIP_KMS_ENDPOINT="<Endpoint for your KMIP KMS>"
export KMIP_TLS_CA_FILE="<Full path to your KMIP certificate authority file>"
export KMIP_TLS_CERT_FILE="<Full path to your client certificate file>"