We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1faa5c5 commit ab0cc09Copy full SHA for ab0cc09
pygeoapi_auth/auth/authelia.py
@@ -37,7 +37,6 @@
37
38
class AutheliaAuthProvider(AuthProvider):
39
def get_resources(self):
40
- print(self.config)
41
return [item for sublist in self.config['access_control']['rules']
42
for item in sublist['resources']]
43
0 commit comments