Member since
07-21-2019
4
Posts
0
Kudos Received
0
Solutions
01-21-2019
05:10 AM
I have followed the documentation , however its throwing error stating token not validated. https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.8.0/configure/content/cb_configure-user-authentication.html here is my uaa-changes.yml and restarting the cloudbreak using cbd restart , still external users not able to login to cloudbreak UI. Could someone let me know which container logs I need to look into ? when the new user got synchronized from external LDAP to cloudbreak ... Is it Identity or Sultans or Cloudbreak ? spring_profiles: postgresql,ldap ldap: profile: file: ldap/ldap-search-and-bind.xml base: url: ldap://13.66.192.200:389 userDn: uid=ldapbind,cn=users,cn=accounts,dc=wy0d0kwdairu5c3um3tcsa4joe,dc=xx,dc=internal,dc=cloudapp,dc=net password: ’mypassword’ searchBase: cn=users,cn=accounts,dc=wy0d0kwdairu5c3um3tcsa4joe,dc=xx,dc=internal,dc=cloudapp,dc=net searchFilter: mail={0} groups: file: ldap/ldap-groups-map-to-scopes.xml searchBase: cn=groups,cn=accounts,dc=wy0d0kwdairu5c3um3tcsa4joe,dc=xx,dc=internal,dc=cloudapp,dc=net searchSubtree: false maxSearchDepth: 1 groupSearchFilter: member={0} autoAdd: true
... View more
Labels:
01-21-2019
03:51 AM
I have tried following this thread : https://community.hortonworks.com/questions/208651/postgres-as-a-external-database-with-ssl-on-cloudb.html Followed the steps which are given - Adding a profile file entry like the following still showing error such as SSL mode required. export
CB_JAVA_OPTS="-Dhttp.proxyHost=cbpostgres2134.postgres.database.azure.com
-Dhttp.proxyPort=5432 -Dcb.db.env.ssl=true
-Dcb.db.env.cert.file=/root/cloudbreak-deployment/certs/root.crt"
... View more
Labels: