mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-26 00:51:08 +02:00
fix test (#29610)
This commit is contained in:
parent
3fe8dfce13
commit
c75d8e39c3
@ -378,6 +378,13 @@ const gcp = {
|
|||||||
fieldGroup: 'default',
|
fieldGroup: 'default',
|
||||||
type: 'object',
|
type: 'object',
|
||||||
},
|
},
|
||||||
|
disableAutomatedRotation: {
|
||||||
|
editType: 'boolean',
|
||||||
|
fieldGroup: 'default',
|
||||||
|
helpText:
|
||||||
|
'If set to true, will deregister all registered rotation jobs from the RotationManager for the plugin.',
|
||||||
|
type: 'boolean',
|
||||||
|
},
|
||||||
gceAlias: {
|
gceAlias: {
|
||||||
editType: 'string',
|
editType: 'string',
|
||||||
helpText: 'Indicates what value to use when generating an alias for GCE authentications.',
|
helpText: 'Indicates what value to use when generating an alias for GCE authentications.',
|
||||||
@ -417,6 +424,27 @@ const gcp = {
|
|||||||
fieldGroup: 'default',
|
fieldGroup: 'default',
|
||||||
helpText: 'Time-to-live of plugin identity tokens',
|
helpText: 'Time-to-live of plugin identity tokens',
|
||||||
},
|
},
|
||||||
|
rotationPeriod: {
|
||||||
|
editType: 'number',
|
||||||
|
fieldGroup: 'default',
|
||||||
|
helpText:
|
||||||
|
'TTL for automatic credential rotation of the given username. Mutually exclusive with rotation_schedule',
|
||||||
|
type: 'number',
|
||||||
|
},
|
||||||
|
rotationSchedule: {
|
||||||
|
editType: 'string',
|
||||||
|
fieldGroup: 'default',
|
||||||
|
helpText:
|
||||||
|
'CRON-style string that will define the schedule on which rotations should occur. Mutually exclusive with rotation_period',
|
||||||
|
type: 'string',
|
||||||
|
},
|
||||||
|
rotationWindow: {
|
||||||
|
editType: 'number',
|
||||||
|
fieldGroup: 'default',
|
||||||
|
helpText:
|
||||||
|
'Specifies the amount of time in which the rotation is allowed to occur starting from a given rotation_schedule',
|
||||||
|
type: 'number',
|
||||||
|
},
|
||||||
serviceAccountEmail: {
|
serviceAccountEmail: {
|
||||||
editType: 'string',
|
editType: 'string',
|
||||||
fieldGroup: 'default',
|
fieldGroup: 'default',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user