You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v.logger.Warn("Intermediate PKI path was mounted by Consul but could not be tuned",
413
421
"namespace", v.config.IntermediatePKINamespace,
414
422
"path", v.config.IntermediatePKIPath,
415
423
"error", err,
416
424
)
425
+
} else {
426
+
v.logger.Debug("Failed to tune Intermediate PKI mount. 403 Forbidden is expected if Consul does not have tune capabilities for the Intermediate PKI mount (i.e. using Vault-managed policies)",
0 commit comments