-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update keycloak resources and tas-env script #190
Conversation
oops accidentally closed this, and re-opened now |
export BASE_HOSTNAME=apps.$(oc get dns cluster -o jsonpath='{ .spec.baseDomain }') | ||
echo "base hostname = $BASE_HOSTNAME" | ||
# This assumes you are currently running from the context of the namespace where your securesign is created | ||
# Run `oc project <securesign namespace>` to ensure you are working within the correct context |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should accept an env var for the securesign namespace but I'm being lazy here and maybe can be done in a follow-up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lance, sallyom The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
export COSIGN_OIDC_ISSUER=$KEYCLOAK_URL/auth/realms/$KEYCLOAK_REALM | ||
export COSIGN_CERTIFICATE_OIDC_ISSUER=$COSIGN_OIDC_ISSUER | ||
export COSIGN_OIDC_ISSUER=$OIDC_ISSUER_URL | ||
export COSIGN_OIDC_CLIENT_ID=trusted-artifact-signer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how important the go binary installer is to GA, but I remember there being issues for TP2 with theses variables not being up-to-date with https://github.com/securesign/sigstore-ocp/blob/release-1.0.gamma/tas-installer/cmd/envgen.go#L33
So they may need an update too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the script sigstore
-> trusted-artifact-signer
and also added the CLIENT_ID env var there
df106f4
to
495701d
Compare
New changes are detected. LGTM label has been removed. |
d1827ed
to
fd2b971
Compare
Signed-off-by: sallyom <[email protected]>
Signed-off-by: sallyom <[email protected]>
Signed-off-by: sallyom <[email protected]>
Signed-off-by: sallyom <[email protected]>
fd2b971
to
c3c90f5
Compare
closing this, will open against main! |
@lance @cooktheryan update this first, then update main to match release-1.0.gamma?