Skip to content

Instantly share code, notes, and snippets.

@ragnard
Last active June 18, 2025 04:31
Show Gist options
  • Save ragnard/e07f820c0c3d9c83f3e7d0d219d0f0e0 to your computer and use it in GitHub Desktop.
Save ragnard/e07f820c0c3d9c83f3e7d0d219d0f0e0 to your computer and use it in GitHub Desktop.
{
"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