Temporary home for grafanauth
Go to file
Cadey Ratio 63b1965114 add README, move run files to run
Signed-off-by: Xe <me@christine.website>
2022-03-17 15:41:47 -04:00
run add README, move run files to run 2022-03-17 15:41:47 -04:00
.envrc make this a flake 2022-03-17 15:15:22 -04:00
.gitignore add docker build 2022-03-17 15:25:45 -04:00
LICENSE initial commit 2022-03-17 19:08:09 +00:00
README.md add README, move run files to run 2022-03-17 15:41:47 -04:00
flake.lock make this a flake 2022-03-17 15:15:22 -04:00
flake.nix add README, move run files to run 2022-03-17 15:41:47 -04:00
go.mod initial commit 2022-03-17 19:08:09 +00:00
go.sum initial commit 2022-03-17 19:08:09 +00:00
grafanauth.go initial commit 2022-03-17 19:08:09 +00:00

README.md

grafanauth

This is an example for how to authenticate to Grafana using your Tailscale identity. This uses Tailscale as a library to proxy Grafana only over Tailscale so that anyone outside your tailnet cannot connect to it.

See TODO(Xe): link here for more information and the theory behind this.