Skip to content

Commit

Permalink
Update keycloak-jwt setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Dec 12, 2023
1 parent f5af33d commit b8ee863
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tyk-dp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- k6-slo-traffic
- keycloak
- keycloak-jwt
- k6-slo-traffic
- operator
- operator-federation
- operator-graphql
Expand Down
2 changes: 1 addition & 1 deletion src/deployments/keycloak-jwt/api-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
protocol: http
active: true
proxy:
target_url: http://replace_service_url
target_url: https://httpbingo.org
listen_path: /keycloak-jwt
strip_listen_path: true
enable_jwt: true
Expand Down
2 changes: 1 addition & 1 deletion src/deployments/keycloak-jwt/main.safe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [ -z "$keycloaJWTPassGrantORegistered" ]; then

keycloakJWTDeploymentPath="src/deployments/keycloak-jwt";

source "src/deployments/operator-httpbin/main.safe.sh";
source "src/deployments/operator/main.safe.sh";
source "src/deployments/keycloak/main.safe.sh";
source "$keycloakJWTDeploymentPath/main.sh";
fi

0 comments on commit b8ee863

Please sign in to comment.