mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
K8s: Set X-Remote- headers for SignedInUser (#82543)
This commit is contained in:
@@ -92,7 +92,11 @@ configuration overwrites on startup.
|
||||
go run ./pkg/cmd/grafana apiserver \
|
||||
--runtime-config=example.grafana.app/v0alpha1=true \
|
||||
--secure-port 7443 \
|
||||
--client-ca-file=$PWD/data/grafana-aggregator/ca.crt
|
||||
--requestheader-client-ca-file=$PWD/data/grafana-aggregator/ca.crt \
|
||||
--requestheader-extra-headers-prefix=X-Remote-Extra- \
|
||||
--requestheader-group-headers=X-Remote-Group \
|
||||
--requestheader-username-headers=X-Remote-User \
|
||||
-v 10
|
||||
```
|
||||
6. After 10 seconds, check `APIService` again. It should report as available.
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user