Skip to content

Commit

Permalink
change the error (#28358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkeychip authored Sep 11, 2024
1 parent 2e4c6ed commit 10cbd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/components/secret-engine/configure-aws.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion ui/app/helpers/mountable-secret-engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 10cbd88

Please sign in to comment.