Skip to content

Commit

Permalink
Remove unnecessary grant types for ddb oauth2 client
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Oct 15, 2024
1 parent 3a68233 commit 5356979
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/management-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -586,15 +586,12 @@ oauth_clients:
radar_data_dashboard_backend:
enable: false
resource_ids:
- res_DataDashboardAPI
- res_ManagementPortal
client_secret: ""
scope:
- PROJECT.READ
- SUBJECT.READ
- MEASUREMENT.READ
authorized_grant_types:
- authorization_code
- refresh_token
- client_credentials
access_token_validity: 900

0 comments on commit 5356979

Please sign in to comment.