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

refinements to original add-verify-ext-jwt-oidc #2710

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

dovholuknf
Copy link
Member

@dovholuknf dovholuknf commented Jan 29, 2025

closes #2711

slight refactorings to make the verify-ext-jwt command actually be ext-jwt-signer. This pattern is emerging too, I plan to change the verify commands all to subcommands

@dovholuknf dovholuknf marked this pull request as ready for review January 29, 2025 14:58
@dovholuknf dovholuknf requested review from a team as code owners January 29, 2025 14:58
Comment on lines +5 to +7
* Moved `ziti ops verify-network` to `ziti ops verify network`
* Moved `ziti ops verify traffic` to `ziti ops verify traffic`
* Added `ziti ops verify ext-jwt-signer oidc` to help users with configuring OIDC external auth
Copy link
Member

Choose a reason for hiding this comment

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

This breaks backward compatibility. We usually care about that for other commands. These though? I don't feel strongly as they are debugging tools.

Copy link
Member

Choose a reason for hiding this comment

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

We can move it.
We can leave stub commands that direct users to the new commands.
We can leave the old commands present, but hidden, with a deprecation warning.
I'm fine with any of those.

Copy link
Member

@andrewpmartinez andrewpmartinez left a comment

Choose a reason for hiding this comment

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

Consider Paul's comment.

@dovholuknf dovholuknf merged commit 64980c0 into main Jan 30, 2025
50 of 53 checks passed
@dovholuknf dovholuknf deleted the add-verify-ext-jwt-oidc.addendum branch January 30, 2025 15:33
@dovholuknf
Copy link
Member Author

based on the still relative newness of verify-network/verify-traffic, i'm fine with just moving them and not providing any hints back. people use these commands highly infrequently (if at all). thx

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.

move verify-* commands to subcommands
3 participants