client secret is in an accessible file, for now
This commit is contained in:
parent
766d7db1d1
commit
fde8ed629d
@ -113,7 +113,7 @@ let ssh_pubkeys = {
|
|||||||
openIdConnect = {
|
openIdConnect = {
|
||||||
issuer = "https://git.jakstys.lt/";
|
issuer = "https://git.jakstys.lt/";
|
||||||
clientId = "1c5fe796-452c-458d-b295-71a9967642fc";
|
clientId = "1c5fe796-452c-458d-b295-71a9967642fc";
|
||||||
clientSecretFile = "/var/src/secrets/headscale/oidc_client_secret";
|
clientSecretFile = "/var/lib/headscale/oidc_client_secret"; # https://github.com/juanfont/headscale/pull/1127
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
ip_prefixes = [ "100.89.176.0/20" ];
|
ip_prefixes = [ "100.89.176.0/20" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user