Skip to content

Commit

Permalink
Update tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Nov 25, 2024
1 parent dcb76b5 commit 1abaa60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
oidc:
hostname: keycloak.default.svc.cluster.local
port: 8080
rootPath: /realms/stackable
rootPath: /realms/stackable/
scopes:
- openid
principalClaim: preferred_username
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-trino-oauth2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
oidc:
hostname: keycloak
port: 8080
rootPath: /realms/stackable
rootPath: /realms/stackable/
scopes: ["openid"]
principalClaim: preferred_username
---
Expand Down
2 changes: 1 addition & 1 deletion rust/operator-binary/src/authentication/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ mod tests {
provider:
oidc:
hostname: {HOST_NAME}
rootPath: /realms/master
rootPath: /realms/master/
scopes: ["openid"]
principalClaim: preferred_username
"#,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
oidc:
hostname: keycloak.$NAMESPACE.svc.cluster.local
port: 8443
rootPath: /realms/stackable
rootPath: /realms/stackable/
scopes:
- openid
principalClaim: preferred_username
Expand Down

0 comments on commit 1abaa60

Please sign in to comment.