Skip to content

Commit

Permalink
remove now unnecessary name field
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcraig committed Feb 12, 2025
1 parent 92be784 commit 6b4e413
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions path_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ const (
// the Azure UI, so we're setting it to 6 months (in hours)
// as the default.
defaultRootPasswordTTL = 4380 * time.Hour

// name to use on rotation jobs submitted to the rotation manager
rootRotationJobName = "azure-secrets-root-creds"
)

// azureConfig contains values to configure Azure clients and
Expand Down Expand Up @@ -223,7 +220,6 @@ func (b *azureSecretBackend) pathConfigWrite(ctx context.Context, req *logical.R
} else if config.ShouldRegisterRotationJob() {
rotOp = "registeration"
req := &rotation.RotationJobConfigureRequest{
Name: rootRotationJobName,
MountPoint: req.MountPoint,
ReqPath: req.Path,
RotationSchedule: config.RotationSchedule,
Expand Down

0 comments on commit 6b4e413

Please sign in to comment.