Skip to content

Commit

Permalink
Merge branch 'main' into VAULT-31429/update/vault-plugin-auth-kerbero…
Browse files Browse the repository at this point in the history
…s/v0.14.0
  • Loading branch information
jaireddjawed authored Feb 13, 2025
2 parents 859d563 + 0c791db commit 28d670d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ui/tests/helpers/openapi/expected-auth-attrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ const azure = {
'The OAuth2 client secret to connection to Azure. This value can also be provided with the AZURE_CLIENT_SECRET environment variable.',
type: 'string',
},
disableAutomatedRotation: {
editType: 'boolean',
fieldGroup: 'default',
helpText:
'If set to true, will deregister all registered rotation jobs from the RotationManager for the plugin.',
type: 'boolean',
},
environment: {
editType: 'string',
fieldGroup: 'default',
Expand Down Expand Up @@ -142,6 +149,27 @@ const azure = {
helpText:
'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: {
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',
},
tenantId: {
editType: 'string',
fieldGroup: 'default',
Expand Down

0 comments on commit 28d670d

Please sign in to comment.