mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
Fix failing LDAP test with new attribute (#24273)
* add in new attribute to fix failing api test * fix replication test failures
This commit is contained in:
parent
a823fdb3ef
commit
e9f7c5bcef
@ -18,7 +18,10 @@
|
||||
<KnownSecondariesTable @secondaries={{this.replicationAttrs.secondaries}} />
|
||||
{{else}}
|
||||
<Hds::ApplicationState as |A|>
|
||||
<A.Header @title="No known {{this.cluster.replicationMode}} secondary clusters associated with this cluster" />
|
||||
<A.Header
|
||||
@title="No known {{this.cluster.replicationMode}} secondary clusters associated with this cluster"
|
||||
data-test-empty-state-title
|
||||
/>
|
||||
<A.Body
|
||||
@text="Associated secondary clusters will be listed here. Add your first secondary cluster to get started."
|
||||
/>
|
||||
|
||||
@ -123,7 +123,7 @@ module('Acceptance | Enterprise | replication', function (hooks) {
|
||||
await click('[data-test-replication-link="details"]');
|
||||
|
||||
assert
|
||||
.dom(`[data-test-secondaries=row-for-${secondaryName}]`)
|
||||
.dom(`[data-test-secondaries-node=${secondaryName}]`)
|
||||
.exists('shows a table row the recently added secondary');
|
||||
|
||||
// nav to DR
|
||||
|
||||
@ -822,6 +822,12 @@ const ldap = {
|
||||
fieldGroup: 'default',
|
||||
type: 'number',
|
||||
},
|
||||
passwordPolicy: {
|
||||
editType: 'string',
|
||||
fieldGroup: 'default',
|
||||
helpText: 'Password policy to use to rotate the root password',
|
||||
type: 'string',
|
||||
},
|
||||
requestTimeout: {
|
||||
editType: 'ttl',
|
||||
helpText:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user