-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
29 lines (26 loc) · 1.55 KB
/
.env
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
# .env file
# --------------------------------------------------------------------------- #
# API Key & Payload Debug Option #
# --------------------------------------------------------------------------- #
API_KEY="$XC_API_TOKEN"
API_PAYLOAD_DEBUG=1 # e.g., 1, 0
# --------------------------------------------------------------------------- #
# IdP Broker Configuration for SSO #
# --------------------------------------------------------------------------- #
IDP_CLIENT_ID="$IDP_CLIENT_ID"
IDP_CLIENT_SECRET="$IDP_CLIENT_SECRET"
IDP_DISABLE_USER_INFO="true"
IDP_DISPLAY_NAME="ADFS IDAnywhere"
IDP_PROVIDER_TYPE=0 # e.g., 0:oidc(custom), 1:google, 2:azure, 3:okta
IDP_SCOPES="$IDP_SCOPES"
IDP_SSO_ALIAS="oidc" # e.g., oidc, google, azure-oidc, okta-oidc
IDP_WELL_KNOWN_ENDPOIINT="$IDP_WELL_KNOWN_ENDPOIINT"
# --------------------------------------------------------------------------- #
# F5 Distributed Cloud's FQDN #
# #
# E.g., #
# - $XC_TENANT_NAME.demo1.volterra.us #
# - $XC_TENANT_NAME.staging.volterra.us #
# - $XC_TENANT_NAME.console.ves.volterra.io #
# --------------------------------------------------------------------------- #
XC_FQDN="$XC_TENANT_NAME.demo1.volterra.us"