change rotation from 5s to 24hr and remove console log (#11043)
This commit is contained in:
parent
3bb29e0584
commit
990850b094
|
@ -13,7 +13,6 @@ export default class DatabaseRoleEdit extends Component {
|
|||
|
||||
constructor() {
|
||||
super(...arguments);
|
||||
console.log(this.wizard.featureState, 'featureSTate');
|
||||
if (
|
||||
this.wizard.featureState === 'displayConnection' ||
|
||||
this.wizard.featureState === 'displayRoleDatabase'
|
||||
|
|
|
@ -43,7 +43,7 @@ export default Model.extend({
|
|||
}),
|
||||
rotation_period: attr({
|
||||
editType: 'ttl',
|
||||
defaultValue: '5s',
|
||||
defaultValue: '24h',
|
||||
subText:
|
||||
'Specifies the amount of time Vault should wait before rotating the password. The minimum is 5 seconds.',
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue