mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
update open to match backend (#27158)
This commit is contained in:
parent
e9f9e7d7f0
commit
18102bdf00
@ -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',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user