Skip to content

Commit

Permalink
fix defaults and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharthranjan committed Oct 17, 2024
1 parent 661b348 commit 6b1bf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/radar-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ A Helm chart for RADAR-base gateway. REST Gateway to Kafka, for incoming partici
| cc.apiSecret | string | `"ccApiSecret"` | Confluent Cloud cluster API secret |
| cc.schemaRegistryApiKey | string | `"srApiKey"` | Confluent Cloud schema registry API key |
| cc.schemaRegistryApiSecret | string | `"srApiSecret"` | Confluent Cloud schema registry API secret |
| public_key_endpoints | string | `nil` | |
| public_key_endpoints | list | `[]` | List of public key endpoints for token verification |
4 changes: 2 additions & 2 deletions charts/radar-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ cc:
# -- Confluent Cloud schema registry API secret
schemaRegistryApiSecret: srApiSecret

public_key_endpoints:
# List of public key endpoints for token verification
# -- List of public key endpoints for token verification
public_key_endpoints: []
# - https://localhost/managementportal/oauth/token_key

0 comments on commit 6b1bf54

Please sign in to comment.