-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathidp-config.txt
41 lines (30 loc) · 1.37 KB
/
idp-config.txt
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
38
39
40
41
#Public hostname of IDP hostname
APIGEE_PASSWORD=Secret123
MANAGEMENT_UI_PUBLIC_IP=35.232.151.172
IDP_HOSTNAME=35.232.151.172
EDGE_UE_URL=http://${MANAGEMENT_UI_PUBLIC_IP}:3001
#Points to LDAP Host that gets installed with Apigee. In case of external ldap it should point to external ldap. In case its aio setup its localhost
LDAP_HOSTNAME=localhost
LDAP_PORT=10389
#IDP Settings
#IDP needs to be setup on https. It can be setup as standalone tomcat or behind loadbalancer.Even when tomcat is behind loadbalancer, tomcat needs to be set up with ssl.
IDP_PUBLIC_URL_HOSTNAME=public_hostname_or_ip_of_IDP
IDP_PUBLIC_URL_SCHEME=https
#SSL_TERMINATION configuration means SSL setup in Standalone Tomcat.
IDP_TOMCAT_PROFILE=SSL_TERMINATION
IDP_PUBLIC_URL_PORT=9090
#SSL_PROXY configuration means Load balancer in front of Tomcat.
#IDP_TOMCAT_PROFILE=SSL_PROXY
#IDP_PUBLIC_URL_PORT=443
#IDP_PROXY_PORT=443
IDP_TOMCAT_PORT=9090
# Specify the path to the keystore file.
IDP_TOMCAT_KEYSTORE_FILEPATH=/opt/apigee/customer/application/apigee-internal-idp/tomcat-ssl/cert.jks
IDP_TOMCAT_KEYSTORE_ALIAS=idp
# The password specified when you created the keystore.
IDP_TOMCAT_KEYSTORE_PASSWORD=Secret123
#These are shibboleth Settings required for backchannel communications.
IDP_SEALER_PASSWORD=Secret123
IDP_KEYSTORE_PASSWORD=Secret123
IDP_SEALER_KEYPASSWORD=Secret123
IDP_SEALER_STOREPASSWORD=Secret123