mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
* 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> Co-authored-by: Alex Fornuto <afornuto@pomerium.com> Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
parent
76c48bd882
commit
92471abcda
1 changed files with 11 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue