Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
austingebauer committed Jul 12, 2023
1 parent fdd1adb commit 29a33b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ func backend() *azureAuthBackend {
// available immediately, and hence we check periodically and delete the old credential
// only once the new credential is at least a minute old
func (b *azureAuthBackend) periodicFunc(ctx context.Context, sys *logical.Request) error {

// Root rotation through the periodic func writes to storage. Only run this on the
// active instance in the primary cluster or local mounts. The periodic func doesn't
// run on perf standbys or DR secondaries, but we still protect against this here.
Expand Down

0 comments on commit 29a33b8

Please sign in to comment.