mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-03 11:22:45 +02:00
fix indentation (#2798)
This commit is contained in:
parent
c97dcf7e0f
commit
ec22b07a4e
1 changed files with 7 additions and 7 deletions
|
@ -20,13 +20,13 @@ This doc assumes:
|
|||
|
||||
1. We suggest configuring the route for API access in the open-source Pomerium. That way changes made through the API that might break access to the console GUI will not break access to the API route.
|
||||
|
||||
```yaml
|
||||
- from: https://console-api.pomerium.localhost.io
|
||||
to: https://pomerium-console-domain-name:8702
|
||||
pass_identity_headers: true
|
||||
allow_any_authenticated_user: true
|
||||
tls_custom_ca_file: /path/to/rootCA.pem # See https://www.pomerium.com/reference/#tls-custom-certificate-authority
|
||||
```
|
||||
```yaml
|
||||
- from: https://console-api.pomerium.localhost.io
|
||||
to: https://pomerium-console-domain-name:8702
|
||||
pass_identity_headers: true
|
||||
allow_any_authenticated_user: true
|
||||
tls_custom_ca_file: /path/to/rootCA.pem # See https://www.pomerium.com/reference/#tls-custom-certificate-authority
|
||||
```
|
||||
|
||||
1. You must also update the `audience` key to include the new route's `from` value:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue