-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Point Gafaelfawr at local Keycloak on base-lsp.lsst.codes instead of using GitHub. Get user metadata from the IPA LDAP server. Switch to the new home directory source. Add values.yaml documentation for the new groupSearchByDn setting.
- Loading branch information
Showing
5 changed files
with
39 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,28 @@ redis: | |
storageClass: "rook-ceph-block" | ||
|
||
config: | ||
logLevel: "DEBUG" | ||
slackAlerts: true | ||
databaseUrl: "postgresql://[email protected]/gafaelfawr" | ||
|
||
github: | ||
clientId: "ec88b9b897f302b620d1" | ||
oidc: | ||
clientId: "rsp-bts" | ||
audience: "rsp-bts" | ||
loginUrl: "https://keycloak.ls.lsst.org/realms/master/protocol/openid-connect/auth" | ||
tokenUrl: "https://keycloak.ls.lsst.org/realms/master/protocol/openid-connect/token" | ||
issuer: "https://keycloak.ls.lsst.org/realms/master" | ||
scopes: | ||
- "openid" | ||
usernameClaim: "preferred_username" | ||
|
||
ldap: | ||
url: "ldap://ipa1.ls.lsst.org" | ||
userDn: "uid=svc_rsp,cn=users,cn=accounts,dc=lsst,dc=cloud" | ||
userBaseDn: "cn=users,cn=accounts,dc=lsst,dc=cloud" | ||
uidAttr: "uidNumber" | ||
gidAttr: "gidNumber" | ||
groupBaseDn: "cn=groups,cn=accounts,dc=lsst,dc=cloud" | ||
groupSearchByDn: true | ||
|
||
# Support OpenID Connect clients like Chronograf. | ||
oidcServer: | ||
|
@@ -16,85 +33,21 @@ config: | |
# Allow access by GitHub team. | ||
groupMapping: | ||
"admin:provision": | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "square" | ||
- "sqre" | ||
"exec:admin": | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "square" | ||
- github: | ||
organization: "lsst-ts" | ||
team: "integration-testing-team" | ||
- "sqre" | ||
"exec:internal-tools": | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "square" | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "friends" | ||
- github: | ||
organization: "lsst-ts" | ||
team: "base-access" | ||
- github: | ||
organization: "rubin-summit" | ||
team: "rsp-access" | ||
- "rsp-bts" | ||
"exec:notebook": | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "square" | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "friends" | ||
- github: | ||
organization: "lsst-ts" | ||
team: "base-access" | ||
- github: | ||
organization: "rubin-summit" | ||
team: "rsp-access" | ||
- "rsp-bts" | ||
"exec:portal": | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "square" | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "friends" | ||
- github: | ||
organization: "lsst-ts" | ||
team: "base-access" | ||
- github: | ||
organization: "rubin-summit" | ||
team: "rsp-access" | ||
- "rsp-bts" | ||
"read:image": | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "square" | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "friends" | ||
- github: | ||
organization: "lsst-ts" | ||
team: "base-access" | ||
- github: | ||
organization: "rubin-summit" | ||
team: "rsp-access" | ||
- "rsp-bts" | ||
"read:tap": | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "square" | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "friends" | ||
- github: | ||
organization: "lsst-ts" | ||
team: "base-access" | ||
- github: | ||
organization: "rubin-summit" | ||
team: "rsp-access" | ||
- "rsp-bts" | ||
"write:sasquatch": | ||
- github: | ||
organization: "lsst-sqre" | ||
team: "square" | ||
- "sqre" | ||
|
||
initialAdmins: | ||
- "afausti" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters