Skip to content
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

Support setting JWT issuer on trust zones #28

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Support setting JWT issuer on trust zones #28

merged 2 commits into from
Nov 18, 2024

Conversation

markgoddard
Copy link
Contributor

For some use cases it would be helpful to be able to customise the JWT
issuer (globals.jwtIssuer) in Helm values. This is implemented as an
optional argument to the trust-zone add command:

cofidectl trust-zone add foo --trust-domain bar.baz --jwt-issuer example-issuer ...

Depends-On: cofide/cofide-api-sdk#3
Fixes: #25

For some use cases it would be helpful to be able to customise the JWT
issuer (globals.jwtIssuer) in Helm values. This is implemented as an
optional argument to the trust-zone add command:

  cofidectl trust-zone add foo --trust-domain bar.baz --jwt-issuer example-issuer ...

Depends-On: cofide/cofide-api-sdk#3
Fixes: #25
@markgoddard markgoddard self-assigned this Nov 15, 2024
@markgoddard markgoddard added this to the release-0.6.0 milestone Nov 15, 2024
Copy link
Contributor

@meyskens meyskens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@markgoddard markgoddard merged commit 467869d into main Nov 18, 2024
5 of 6 checks passed
@markgoddard markgoddard deleted the issues/25 branch November 18, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support setting JWT issuer on trust zones
2 participants