Last active
June 18, 2025 04:31
-
-
Save ragnard/e07f820c0c3d9c83f3e7d0d219d0f0e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"session": { | |
"cookieName": "session", | |
"cookieSecret": "cd6d4189218b5d156071bc44d7d96805" | |
}, | |
"authn": { | |
"kind": "oidc", | |
"issuer": "https://keycloak.kind.internal/realms/local", | |
"clientId": "client", | |
"clientSecret": "secret", | |
"redirectPath": "/oidc/callback", | |
"scope": "openid profile email" | |
}, | |
"connections": [ | |
{ | |
"id": "trino-1", | |
"name": "Trino 1", | |
"uri": "https://trino.kind.internal", | |
"mode": "proxy" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment