An open API service indexing awesome lists of open source software.

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

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
~~~