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', + }, }, };