Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed May 27, 2024
1 parent 8068fe3 commit 391cb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/monitoring/mimir/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func (ms *MimirService) CreateIngressSecret(ctx context.Context, mc string, logg
if err != nil {
return errors.WithStack(err)
}
logger.Info("PASSWORD : %s", password)

htpasswd, err := ms.PasswordManager.GenerateHtpasswd(mc, password)
if err != nil {
Expand Down

0 comments on commit 391cb51

Please sign in to comment.