https://github.com/miclip/uaa-chart
Helm chart to deploy UAA with an IdP and OpenLDAP test servers
https://github.com/miclip/uaa-chart
authentication cloud-foundry kubernetes ldap saml-service-provider uaa
Last synced: about 1 year ago
JSON representation
Helm chart to deploy UAA with an IdP and OpenLDAP test servers
- Host: GitHub
- URL: https://github.com/miclip/uaa-chart
- Owner: miclip
- Created: 2022-05-25T18:44:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T21:31:51.000Z (about 4 years ago)
- Last Synced: 2025-03-27T12:12:26.985Z (about 1 year ago)
- Topics: authentication, cloud-foundry, kubernetes, ldap, saml-service-provider, uaa
- Language: Smarty
- Homepage:
- Size: 49.8 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UAA Helm Chart
The purpose of this chart is to provide a reference for deploying UAA into Kubernetes and configuring UAA to be a SAML Service Provider and lookup users via LDAP.
Included in the chart is a test SAML IdP (SimpleSAMLPHP) and an openldap server.
With these configured UAA can be setup via OIDC\OAUTH to provide authentication flows for concourse, credhub or pinniped.
~~~sh
git clone git@github.com:miclip/uaa-chart.git
cd ./uaa-chart
helm dependency build
helm install uaa . -n uaa --create-namespace
~~~