You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployments/helm-charts/wso2-amp-build-extension/templates/cluster-workflow-templates/generate-workload.yaml
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -147,16 +147,11 @@ spec:
147
147
CLIENT_SECRET="${OAUTH_CLIENT_SECRET}"
148
148
149
149
echo "Requesting OAuth token from ${OAUTH_URL}..."
150
-
# Use client_secret_basic: credentials in Authorization header (Base64 encoded, no newlines)
Copy file name to clipboardExpand all lines: deployments/helm-charts/wso2-amp-thunder-extension/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -134,12 +134,12 @@ thunder:
134
134
# Workload Publisher Client configuration (for CI workflows to create workloads)
135
135
workloadPublisherClient:
136
136
clientId: "openchoreo-workload-publisher-client"# clusterauthzrolebinding is already created with this clientId by openchoreo, so it should not be changed unless the corresponding ClusterAuthzRoleBinding is also updated
0 commit comments