Unverified Commit 84853c7d authored by Angel Garbarino's avatar Angel Garbarino Committed by GitHub
Browse files

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

Showing with 1 addition and 2 deletions
+1 -2
......@@ -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.',
}),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment