fix indentation (#2798)

This commit is contained in:
Alex Fornuto 2021-12-02 13:31:11 -06:00 committed by GitHub
parent c97dcf7e0f
commit ec22b07a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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 ```yaml
- from: https://console-api.pomerium.localhost.io - from: https://console-api.pomerium.localhost.io
to: https://pomerium-console-domain-name:8702 to: https://pomerium-console-domain-name:8702
pass_identity_headers: true pass_identity_headers: true
allow_any_authenticated_user: true allow_any_authenticated_user: true
tls_custom_ca_file: /path/to/rootCA.pem # See https://www.pomerium.com/reference/#tls-custom-certificate-authority 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: 1. You must also update the `audience` key to include the new route's `from` value: