자동 로그인 과는 다른 익명 로그인이다. 그러니까 ID/PW 입력 과정 없어도 시각화 화면을 보이도록 하는 것에 목적이 있다.
grafana.ini 파일에서 다음의 부분을 찾아서 수정한다.
#################################### Anonymous Auth ######################
[auth.anonymous]
# enable anonymous access
;enabled = false
enabled = true
# specify organization name that should be used for unauthenticated users
;org_name = Main Org.
# specify role for unauthenticated users
;org_role = Viewer
# mask the Grafana version number for unauthenticated users
;hide_version = false
보면 알겠지만 기본 역할은 Viewer로 되어 있다는 것을 알 수 있다. 그렇기 때문에 기본 dashboard에서 해당 기능만 부여할 수 있도록 사전에 설정해 두어야 한다.