Back to Influxdb

Enterprise Warning Authn B4 Authz

layouts/shortcodes/enterprise-warning-authn-b4-authz.md

latest657 B
Original Source
<!-- don't link to authentication docs if we're already in the authentication docs.-->

{{ if eq .Page.Title "Configure authentication" }}

<div class="warn block">

Important
Authentication must be enabled before authorization can be managed. If authentication is not enabled, permissions will not be enforced.

</div> {{ else }} <div class="warn block">

Important
Authentication must be enabled before authorization can be managed. If authentication is not enabled, permissions will not be enforced. See "Enable authentication".

</div> {{ end }}