Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Apr 4, 2024
1 parent 251b3ec commit 15915ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/hedera-the-graph-auth-layer/values.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
auth-proxy:
enabled: true
configEnv:
SERVICE_ADDRESS: "host.docker.internal"
configEnv:
SERVICE_ADDRESS: "host.docker.internal"
SERVICE_TYPE: "LOGICAL_DNS"
TOKEN_INTROSPECTION_URL: "http://host.docker.internal:8080/realms/HederaTheGraph/protocol/openid-connect/token/introspect"

auth-server:
enabled: true
keycloak:
keycloak:
auth:
adminUser: admin
adminPassword: ""

global:
auth:
clientSecret: ""
clientSecret: ""

0 comments on commit 15915ac

Please sign in to comment.