change the error (#28358)

This commit is contained in:
Angel Garbarino 2024-09-11 11:54:05 -06:00 committed by GitHub
parent 2e4c6ed1ee
commit 10cbd8871e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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() {