add oidc to flux dashboard

This commit is contained in:
Vivian 2023-05-11 13:52:26 +02:00
parent 31ac2708eb
commit e48615ba2c
5 changed files with 30 additions and 0 deletions

View file

@ -52,6 +52,7 @@
mac = "6E:A5:25:99:FE:68";
exposes = {
www.domain = "0x76.dev";
flux.domain = "flux.0x76.dev";
internal.domain = "internal.xirion.net";
blog.domain = "blog.xirion.net";
};

View file

@ -83,6 +83,12 @@ in {
redirectURIs = [ "https://md.0x76.dev/auth/oauth2/callback" ];
secretEnv = "HEDGEDOC_CLIENT_SECRET";
}
{
id = "flux";
name = "Weave Gitops Flux Dashboard";
redirectURIs = [ "https://flux.0x76.dev/oauth2/callback" ];
secretEnv = "FLUX_CLIENT_SECRET";
}
];
};