mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-25 15:07:33 +02:00
* istio rewrite, 90% * complete istio rewrite * Apply suggestions from code review Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com> * fix indentation * precommit * Apply suggestions from code review Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com> * add & fix glossary links Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
8 lines
236 B
YAML
8 lines
236 B
YAML
grafana.ini:
|
|
auth:
|
|
disable_login_form: true
|
|
auth.jwt:
|
|
enabled: true
|
|
header_name: X-Pomerium-Jwt-Assertion
|
|
email_claim: email
|
|
jwk_set_url: https://authenticate.localhost.pomerium.io/.well-known/pomerium/jwks.json
|