add oidc to flux dashboard
This commit is contained in:
parent
31ac2708eb
commit
e48615ba2c
5 changed files with 30 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue