-
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/TTL helperEnabled/DisabledText fix #12212
Conversation
@@ -29,14 +29,14 @@ export default Model.extend({ | |||
editType: 'ttl', | |||
defaultValue: '1h', | |||
label: 'Generated credentials’s Time-to-Live (TTL)', | |||
subText: 'Vault will use the engine default of 1 hour', | |||
helperTextDisabled: 'Vault will use a TTL of 1 hour.', |
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.
Did Ivana have any thoughts on helperTextEnabled for these?
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.
No, but it'd be good to clarify a final time when she is back tomorrow.
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.
@Monkeychip - Ivana wants to stick with the default text!
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.
Nice work!
The UI defaults to generate credentials' TTL and Max-TTL for a role respectively to expire after 1 hr and 24hrs respectively, so this update is to clarify this behavior to customers using the UI by explicitly stating these expiry times.
Old Role Text:
New Role Text:
Old Rotation TTL Text:
toggled off
toggled on
Corrected Text:
toggled off
toggled on