change rotation from 5s to 24hr and remove console log (#11043)

This commit is contained in:
Angel Garbarino 2021-03-04 11:31:49 -07:00 committed by GitHub
parent 3bb29e0584
commit 990850b094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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'

View File

@ -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.',
}),