-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
UI: Changes jwks_ca_pem param to a 'file' edit type #24697
UI: Changes jwks_ca_pem param to a 'file' edit type #24697
Conversation
jwksUrl: attr('string', { | ||
label: 'JWKS URL', | ||
}), | ||
|
||
oidcResponseMode: attr('string', { | ||
label: 'OIDC response mode', | ||
}), | ||
|
||
oidcResponseTypes: attr('string', { | ||
label: 'OIDC response types', | ||
}), |
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.
While here decided to add these labels to uppercase properly. Previously they were coming in directly from openAPI and read as Jwks
or Oidc
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.
Thank you. These small catches do a lot to increase the overall ux.
Build Results: |
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.
🥳
Fixes hashicorp/vault-plugin-auth-jwt#248 by adding upload capabilities for the
jwks_ca_pem
param. Previously the input was a basic (single line) text input, now a user can upload a PEM certificate or paste it in a multi-line text area. The CA is submitted in the correct format now, see the screenshot below includes line breaks where expected: