-
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: [VAULT-17461] add mount configuration as toggle for pki #23166
Conversation
Build Results: |
{ owner: this.engine } | ||
); | ||
assert.dom(SELECTORS.rowValue('Cross-cluster revocation')).doesNotExist(); | ||
assert.dom(SELECTORS.rowValue('Unified CRL')).doesNotExist(); | ||
assert.dom(SELECTORS.rowValue('Unified CRL on existing paths')).doesNotExist(); | ||
}); | ||
|
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.
Removing these test since the mount config now lives in the route template. There are also component tests for the SecretsEngineMountConfig
component!
CI Results: |
I'm only backporting this to 1.15 since the |
@cluster={{this.model.cluster}} | ||
@urls={{this.model.urls}} | ||
@crl={{this.model.crl}} | ||
@mountConfig={{this.model.mountConfig}} |
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 think we can remove this arg?
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.
Thanks for tackling! - just an arg to cleanup
Description