From 10cbd8871ead017d7acd2907f3be4bdc2b7c4edb Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Wed, 11 Sep 2024 11:54:05 -0600 Subject: [PATCH] change the error (#28358) --- ui/app/components/secret-engine/configure-aws.hbs | 2 +- ui/app/helpers/mountable-secret-engines.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/components/secret-engine/configure-aws.hbs b/ui/app/components/secret-engine/configure-aws.hbs index d26b0acc3c6d..46ab7e36c3d9 100644 --- a/ui/app/components/secret-engine/configure-aws.hbs +++ b/ui/app/components/secret-engine/configure-aws.hbs @@ -50,7 +50,7 @@ @onChange={{fn this.onChangeAccessType "wif"}} @disabled={{this.disableAccessType}} /> - + {{/if}} diff --git a/ui/app/helpers/mountable-secret-engines.js b/ui/app/helpers/mountable-secret-engines.js index 1577368cdedf..216eb960fa96 100644 --- a/ui/app/helpers/mountable-secret-engines.js +++ b/ui/app/helpers/mountable-secret-engines.js @@ -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() {