mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Bug: DB secret engine not showing "Select one" in role select options (#11294)
* fix issue on mongo db where the select one was not showing * add changelog
This commit is contained in:
parent
64c04a7439
commit
221e675c07
2 changed files with 4 additions and 0 deletions
3
changelog/11294.txt
Normal file
3
changelog/11294.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: fix issue where select-one option was not showing in secrets database role creation
|
||||
```
|
||||
|
|
@ -22,6 +22,7 @@ export default Model.extend({
|
|||
}),
|
||||
type: attr('string', {
|
||||
label: 'Type of role',
|
||||
noDefault: true,
|
||||
possibleValues: ['static', 'dynamic'],
|
||||
}),
|
||||
ttl: attr({
|
||||
|
|
|
|||
Loading…
Reference in a new issue