fix(systems/etna): don't chown cloudflared secret
upstream switched the service to a dynamic user
This commit is contained in:
parent
591367639f
commit
b8040ec72d
1 changed files with 1 additions and 4 deletions
|
@ -8,10 +8,7 @@ let
|
||||||
tunnelId = "57f51ad7-25a0-45f3-b113-0b6ae0b2c3e5";
|
tunnelId = "57f51ad7-25a0-45f3-b113-0b6ae0b2c3e5";
|
||||||
|
|
||||||
secrets = _utils.setupSharedSecrets config { secrets = [ "frpToken" ]; };
|
secrets = _utils.setupSharedSecrets config { secrets = [ "frpToken" ]; };
|
||||||
cfTunnelSecret = _utils.setupSingleSecret config "tunnelCreds" {
|
cfTunnelSecret = _utils.setupSingleSecret config "tunnelCreds" { };
|
||||||
owner = "cloudflared";
|
|
||||||
group = "cloudflared";
|
|
||||||
};
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
assertions = [
|
assertions = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue