We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1d29b commit 04e4326Copy full SHA for 04e4326
workflows/e2e/action.yaml
@@ -60,6 +60,7 @@ runs:
60
mkdir -p bin
61
kind get kubeconfig --name ${{ inputs.admin-cluster-name }} > ${{ runner.temp }}/admin-kubeconfig.yaml
62
kubectl get cm kube-root-ca.crt -n default -o json | jq -r '.data."ca.crt"' > bin/greenhouse-admin-ca.crt
63
+ yq eval --inplace '.jwt[0].issuer.certificateAuthority = load_str("./bin/greenhouse-admin-ca.crt")' ./dev-env/structured-auth.yaml
64
kubectl create clusterrolebinding "oidc-reviewer-binding" \
65
--clusterrole="system:service-account-issuer-discovery" \
66
--group="system:unauthenticated"
@@ -86,7 +87,6 @@ runs:
86
87
- name: "E2E Run"
88
shell: bash
89
id: e2e
- continue-on-error: true
90
env:
91
SCENARIO: ${{ inputs.scenario }}
92
EXECUTION_ENV: gh-actions
0 commit comments