Skip to content

Commit 85bdd89

Browse files
committed
expose paramter to chart
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent 8751894 commit 85bdd89

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

app/controlplane/configs/config.devel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ enable_profiler: true
118118
# operation_authorization_provider:
119119
# enabled: true
120120
# url: http://localhost:8002/v1/authorize
121+
# operations:
122+
# - /controlplane.v1.WorkflowRunService/Create
121123

122124
ui_dashboard_url: http://localhost:3000
123125

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.385.0
10+
version: 1.385.1
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v1.98.4
1313

deployment/chainloop/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,11 @@ controlplane:
183183
## @extra controlplane.operationAuthorizationProvider Enable external operation authorization
184184
## @param controlplane.operationAuthorizationProvider.enabled Enable operation authorization
185185
## @param controlplane.operationAuthorizationProvider.url URL of the authorization endpoint
186+
## @param controlplane.operationAuthorizationProvider.operations List of gRPC operations that require external authorization (e.g. "/controlplane.v1.WorkflowRunService/Create")
186187
operationAuthorizationProvider:
187188
enabled: false
188189
url: ""
190+
operations: []
189191

190192
## @skip controlplane.restrictOrgCreation Restrict organization creation to instance admins
191193
restrictOrgCreation: false

0 commit comments

Comments
 (0)