mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
change the error (#28358)
This commit is contained in:
parent
2e4c6ed1ee
commit
10cbd8871e
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
|||
@onChange={{fn this.onChangeAccessType "wif"}}
|
||||
@disabled={{this.disableAccessType}}
|
||||
/>
|
||||
<label for="access-type-wif">Workflow Identity Federation</label>
|
||||
<label for="access-type-wif">Workload Identity Federation</label>
|
||||
</div>
|
||||
</fieldset>
|
||||
{{/if}}
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ const MOUNTABLE_SECRET_ENGINES = [
|
|||
},
|
||||
];
|
||||
|
||||
// A list of Workflow Identity Federation engines. Will eventually include Azure and GCP.
|
||||
// A list of Workload Identity Federation engines. Will eventually include Azure and GCP.
|
||||
export const WIF_ENGINES = ['aws'];
|
||||
|
||||
export function wifEngines() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue