Skip to content

cloud-gov/oauth2-proxy-boshrelease

Repository files navigation

BOSH release for oauth2-proxy

This BOSH release and deployment manifest deploy a cluster of oauth2-proxy.

Install

export BOSH_ENVIRONMENT=<bosh-alias>
export BOSH_DEPLOYMENT=oauth2-proxy
bosh deploy manifests/oauth2-proxy.yml --vars-store tmp/creds.yml

If your BOSH has Credhub, then you can omit --vars-store flag. It is used to generate any passwords/credentials/certificates required by manifests/oauth2-proxy.yml.

Development

As a developer of this release, create new releases, upload and deploy them:

bosh create-release --force && \
  bosh -n upload-release && \
  bosh deploy manifests/oauth2-proxy.yml --vars-store tmp/creds.yml

If your BOSH has Credhub, then you can omit --vars-store flag. It is used to generate any passwords/credentials/certificates required by manifests/oauth2-proxy.yml.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published