update attrs (#29722)

This commit is contained in:
Angel Garbarino
2025-02-26 15:04:52 -07:00
committed by GitHub
parent b078978b00
commit 496bc67d31

View File

@@ -150,11 +150,10 @@ const azure = {
'The TTL of the root password in Azure. This can be either a number of seconds or a time formatted duration (ex: 24h, 48ds)', 'The TTL of the root password in Azure. This can be either a number of seconds or a time formatted duration (ex: 24h, 48ds)',
}, },
rotationPeriod: { rotationPeriod: {
editType: 'number', editType: 'ttl',
fieldGroup: 'default', fieldGroup: 'default',
helpText: helpText:
'TTL for automatic credential rotation of the given username. Mutually exclusive with rotation_schedule', 'TTL for automatic credential rotation of the given username. Mutually exclusive with rotation_schedule',
type: 'number',
}, },
rotationSchedule: { rotationSchedule: {
editType: 'string', editType: 'string',
@@ -164,11 +163,10 @@ const azure = {
type: 'string', type: 'string',
}, },
rotationWindow: { rotationWindow: {
editType: 'number', editType: 'ttl',
fieldGroup: 'default', fieldGroup: 'default',
helpText: helpText:
'Specifies the amount of time in which the rotation is allowed to occur starting from a given rotation_schedule', 'Specifies the amount of time in which the rotation is allowed to occur starting from a given rotation_schedule',
type: 'number',
}, },
tenantId: { tenantId: {
editType: 'string', editType: 'string',
@@ -453,11 +451,10 @@ const gcp = {
helpText: 'Time-to-live of plugin identity tokens', helpText: 'Time-to-live of plugin identity tokens',
}, },
rotationPeriod: { rotationPeriod: {
editType: 'number', editType: 'ttl',
fieldGroup: 'default', fieldGroup: 'default',
helpText: helpText:
'TTL for automatic credential rotation of the given username. Mutually exclusive with rotation_schedule', 'TTL for automatic credential rotation of the given username. Mutually exclusive with rotation_schedule',
type: 'number',
}, },
rotationSchedule: { rotationSchedule: {
editType: 'string', editType: 'string',
@@ -467,11 +464,10 @@ const gcp = {
type: 'string', type: 'string',
}, },
rotationWindow: { rotationWindow: {
editType: 'number', editType: 'ttl',
fieldGroup: 'default', fieldGroup: 'default',
helpText: helpText:
'Specifies the amount of time in which the rotation is allowed to occur starting from a given rotation_schedule', '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',
@@ -970,11 +966,10 @@ const ldap = {
fieldGroup: 'default', fieldGroup: 'default',
}, },
rotationPeriod: { rotationPeriod: {
editType: 'number', editType: 'ttl',
fieldGroup: 'default', fieldGroup: 'default',
helpText: helpText:
'TTL for automatic credential rotation of the given username. Mutually exclusive with rotation_schedule', 'TTL for automatic credential rotation of the given username. Mutually exclusive with rotation_schedule',
type: 'number',
}, },
rotationSchedule: { rotationSchedule: {
editType: 'string', editType: 'string',
@@ -984,11 +979,10 @@ const ldap = {
type: 'string', type: 'string',
}, },
rotationWindow: { rotationWindow: {
editType: 'number', editType: 'ttl',
fieldGroup: 'default', fieldGroup: 'default',
helpText: helpText:
'Specifies the amount of time in which the rotation is allowed to occur starting from a given rotation_schedule', 'Specifies the amount of time in which the rotation is allowed to occur starting from a given rotation_schedule',
type: 'number',
}, },
starttls: { starttls: {
editType: 'boolean', editType: 'boolean',