diff --git a/src/charm.py b/src/charm.py index b34a774..f32922a 100755 --- a/src/charm.py +++ b/src/charm.py @@ -117,6 +117,9 @@ def _oidc_layer(self): "command": "/home/authservice/oidc-authservice", "environment": self.service_environment, "startup": "enabled", + # See https://github.com/canonical/oidc-gatekeeper-operator/pull/128 + # for context on why we need working-dir set here. + "working-dir": "/home/authservice", } }, }