add oidc to flux dashboard
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-05-11 13:52:26 +02:00
parent 7ba35610a6
commit 1f4a7f83b5
5 changed files with 30 additions and 0 deletions

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";
}
];
};