generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(grafana): enable auth via authelia
- Loading branch information
1 parent
53a32ea
commit d5b7bdc
Showing
7 changed files
with
71 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
kubernetes/apps/monitoring/grafana/app/secret-admin.sops.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: grafana-admin | ||
stringData: | ||
admin-password: ENC[AES256_GCM,data:EdlmuudhUy8ny/fvb9FMSfnAh2ajTmTq,iv:WJ0RJmEzFlQN5kMk1RJaVd3b6DHcIyim06kTzmMXyTc=,tag:T2fm+sleaqCMQyHIfI4Qdg==,type:str] | ||
admin-user: ENC[AES256_GCM,data:/RPRmOs=,iv:G1noxFd1buw66sc2sbry92ZRhfwG8CEVRFkBnlQNek4=,tag:WnXkYL8WkmiTquPqgDj9KQ==,type:str] | ||
sops: | ||
kms: [] | ||
gcp_kms: [] | ||
azure_kv: [] | ||
hc_vault: [] | ||
age: | ||
- recipient: age1u79ltfzz5k79ddwgv59r76p2532xnaehzz7vggttctudr6gdkvhq33edn6 | ||
enc: | | ||
-----BEGIN AGE ENCRYPTED FILE----- | ||
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBjRXhQYi9GYWpoSTZCaC9G | ||
V3ZaRmZaenlIM2NObWRWVG5yTW5kdURtMGprCnF2a2FNa0RyNkxNL0d1S2lBam9Z | ||
RmUrTStWc09IQUJDZ3IrZVZhVUthNWcKLS0tIFhERHM4Vis4ZmMxNWR0RFdyTk1B | ||
VERTZ05haHJLaytWVnhRR1J1bzVCdmsKNFKU077vNGWdyQiQkYi48E4j8ZXD/aXS | ||
p/PX9jmmy0CU8zd16R0T8tDOmKxO1hIXfkUh292KwHnlSFSGrDlmhw== | ||
-----END AGE ENCRYPTED FILE----- | ||
lastmodified: "2023-12-28T18:38:28Z" | ||
mac: ENC[AES256_GCM,data:KO/jV5OBK0TyPZM8WK/fbgZ1409q8hUnYVi6jzeg/S6xdQtnsCu2zxBkr5oZAAth7RJ4fmnwJ4/OqHVKDaCUVE5ZmIogsaL73+MXNpFKcPyAa5HNpubMO0fHoH6m2Z3iabyteY0onr5wYig4BdYUcBRtHFrPS1yVNiQX7Sv3zmU=,iv:MIjn4WDhnovJ7xudbrfpoW+xN+LEMuU86bAt1Ku6+50=,tag:vLuH+eAp6k1mNyCrO5G4Ow==,type:str] | ||
pgp: [] | ||
encrypted_regex: ^(data|stringData)$ | ||
version: 3.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters