Updates to Enterprise Quickstart instructions (#2480)

* updates to quickstart instructions

* Update docs/enterprise/install/quickstart.md

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>

* crosslink to databroker reference

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
Alex Fornuto 2021-08-25 12:12:41 -05:00 committed by GitHub
parent a782035eba
commit 0a700d2816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ Open your Pomerium config file, `/etc/pomerium/config.yaml`.
```yaml
routes:
- from: https://console.localhost.pomerium.com
to: https://pomerium-console.pomerium.svc.cluster.local
to: https://localhost:8701
policy:
- allow:
or:
@ -129,12 +129,21 @@ Open your Pomerium config file, `/etc/pomerium/config.yaml`.
pass_identity_headers: true
```
1. If you haven't already, set `signing_key`. See the [reference page](/reference/readme.md#signing-key) for more information.
The example value for `to:` assumes Pomerium and Pomerium Enterprise are running on the same test environment.
1. If you haven't already, set `signing_key`. See the [reference page](/reference/readme.md#signing-key) for more information. The same signing key must be used in both Pomerium Core and Enterprise.
```yaml
signing_key: "ZZZZZZZZZZZZZZ"
```
1. Define the [databroker](/reference/readme.md#data-broker-service) storage type and connection string. The example below assumes a local Redis server:
```yaml
databroker_storage_type: redis
databroker_storage_connection_string: redis://127.0.0.1:6379/0
```
### External Services
First configure the Console to communicate with the database and databroker service: