adamant-kite-43734
09/18/2023, 1:30 AMbest-microphone-20624
09/18/2023, 1:33 AMbest-microphone-20624
09/18/2023, 1:39 AMlogger=context userId=0 orgId=0 uname= t=2023-09-18T01:23:59.634314985Z level=info msg="Request Completed" method=GET path=/login/generic_oauth status=302 remote_addr=myremoteaddr time_ms=0 duration=118.804µs size=310 referer=<https://grafana.myhostname/login> handler=/login/:name
best-microphone-20624
09/18/2023, 8:53 PMbrief-jordan-43130
09/19/2023, 6:24 PMbest-microphone-20624
09/19/2023, 9:48 PMbest-microphone-20624
09/19/2023, 9:50 PMgrafana.myhostname
as referenced in the above grafana log.best-microphone-20624
09/25/2023, 7:28 PMbrief-jordan-43130
09/25/2023, 7:28 PMbrief-jordan-43130
09/25/2023, 7:28 PMbest-microphone-20624
09/26/2023, 1:01 PMbrief-jordan-43130
09/26/2023, 1:06 PMgrafana.
prefix is not applied. here is the exact logic for how the redirect uri is configured:
if Spec.Auth.Noauth != nil {
return fmt.Sprintf("<https://%s/login/generic_oauth>", Spec.Auth.Noauth.GrafanaHostname)
} else {
return fmt.Sprintf("<https://grafana>.%s/login/generic_oauth", Spec.Hostname)
}
brief-jordan-43130
09/26/2023, 1:07 PMbest-microphone-20624
09/26/2023, 1:15 PMfmt.Sprintf("<https://grafana>.%s/login/generic_oauth", Spec.Hostname)