Skip to content

alphagov/paas-oauth2-proxy-boshrelease

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 or website provided.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.0%
  • Ruby 7.0%