diff --git a/deployer/hub.py b/deployer/hub.py index 2c66b5a6fd..e1ebfd2ae6 100644 --- a/deployer/hub.py +++ b/deployer/hub.py @@ -248,9 +248,8 @@ def get_generated_config(self, auth_provider: KeyProvider, secret_key): # # Allow explicilty ignoring auth0 setup if self.spec['auth0'].get('enabled', True): - client = auth_provider.ensure_client( - self.spec['name'], + self.cluster.spec['name'], self.spec['domain'], self.spec['auth0']['connection'] )