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

https://github.com/cloud-gov/oauth2-proxy-boshrelease


https://github.com/cloud-gov/oauth2-proxy-boshrelease

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# BOSH release for oauth2-proxy

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

## Install

```
export BOSH_ENVIRONMENT=
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`.