From 18102bdf005a9b4bc6d19e889e2c9998526754bf Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Tue, 21 May 2024 10:45:04 -0600 Subject: [PATCH] update open to match backend (#27158) --- .../helpers/openapi/expected-auth-attrs.js | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ui/tests/helpers/openapi/expected-auth-attrs.js b/ui/tests/helpers/openapi/expected-auth-attrs.js index 69317a166d..d1549cba83 100644 --- a/ui/tests/helpers/openapi/expected-auth-attrs.js +++ b/ui/tests/helpers/openapi/expected-auth-attrs.js @@ -150,6 +150,17 @@ const azure = { label: 'Tenant ID', type: 'string', }, + identityTokenAudience: { + editType: 'string', + fieldGroup: 'default', + helpText: 'Audience of plugin identity tokens', + type: 'string', + }, + identityTokenTtl: { + editType: 'ttl', + fieldGroup: 'default', + helpText: 'Time-to-live of plugin identity tokens', + }, }, }; @@ -389,6 +400,23 @@ const gcp = { defaultValue: 'field1,field2', label: 'iam_metadata', }, + identityTokenAudience: { + editType: 'string', + fieldGroup: 'default', + helpText: 'Audience of plugin identity tokens', + type: 'string', + }, + identityTokenTtl: { + editType: 'ttl', + fieldGroup: 'default', + helpText: 'Time-to-live of plugin identity tokens', + }, + serviceAccountEmail: { + editType: 'string', + fieldGroup: 'default', + helpText: 'Email ID for the Service Account to impersonate for Workload Identity Federation.', + type: 'string', + }, }, };