spring.ldap.contextSource.url |
The Endpoint Fidelius calls to fetch the account data for all of your AWS accounts. |
string |
spring.ldap.contextSource.uri |
The URI where Fidelius can call your account Info service. |
string |
spring.ldap.contextSource.userDn |
The DN for the user that gatekeeper connects as to query ldap (e.g. cn=admin,dc=example,dc=org ) |
string |
aws.proxy.host |
(Optional) The Proxy Host. If you are not behind a proxy you can ignore this |
string |
aws.proxy.port |
(Optional) The Proxy Port. If you are not behind a proxy you can ignore this |
string |
spring.ldap.contextSource.base |
The base that LDAP calls will be made off of (e.g. dc=example,dc=org) |
string |
spring.ldap.contextSource.password |
The password to the ldap user |
string |
fidelius.auth.userIdHeader |
The header in which Fidelius looks to extract the authenticated user |
string |
fidelius.auth.masterGroupsPattern |
A regular expression that is used to extract master group names from the LDAP results. The regular expression must have exactly one capture ( e.g developer_([A-Za-z0-9]+)_dev) pattern |
string |
fidelius.auth.opsGroupsPattern |
A regular expression that is used to extract ops group names from the LDAP results. The regular expression must have exactly one capture ( e.g developer_([A-Za-z0-9]+)_dev) pattern |
string |
fidelius.auth.devGroupsPattern |
A regular expression that is used to extract dev group names from the LDAP results. The regular expression must have exactly one capture ( e.g developer_([A-Za-z0-9]+)_dev) pattern |
string |
fidelius.auth.ldap.IsActiveDirectory |
Whether your LDAP server is Microsoft Active Directory or not (Nested groups are not supported with Non-Active Directory LDAP servers) |
boolean |
fidelius.auth.ldap.objectClass |
The Object class to look for users with (ex. posixAccount, person, user) |
string |
fidelius.auth.ldap.usersIdAttribute |
The uid |
string |
fidelius.auth.ldap.usersNameAttribute |
The name |
string |
fidelius.auth.ldap.usersEmailAttribute |
The email |
string |
fidelius.auth.ldap.usersDnAttribute |
The DN for the user that Fidelius connects as to query ldap (e.g. cn=admin,dc=example,dc=org ) |
string |
fidelius.auth.ldap.pattern |
A regular expression that is used to extract group names from the LDAP results. The regular expression must have exactly one capture ( e.g developer_([A-Za-z0-9]+)_dev) pattern |
string |
fidelius.auth.ldap.groupsBase |
The base where your groups are stored on your organization's LDAP server (e.g. ou=groups) |
string |
fidelius.auth.ldap.server |
The domain of the LDAP server that gatekeeper should connect to |
string |
fidelius.auth.ldap.usersBase |
The base in which the Users are stored on the LDAP Server (e.g. ou=Users,dc=example,dc=org) |
string |
fidelius.auth.ldap.base |
The base that LDAP calls will be made off of (e.g. dc=example,dc=org) |
string |
fidelius.auth.ldap.usersCnAttribute |
The cn |
string |
|
|
|