Michael Robbins
Michael Robbins
Just wanted to say with the above script, this works great for a single application, but if you're protecting multiple services behind a single OIDC app, then this approach won't...
I think instead we'd have to extract the group(s) out of the OIDC token(s) within traefik-forward-auth and then make decisions then based on the users (eg. groups)
I've just ensured my clean and to_dict both do the same thing, seems to work for me, but it could be better I guess? ``` def clean(self): suggestions = self.string2tokens(self.name)...
Yep that would make perfect sense, I don't remember why I chose to duplicate the code, maybe before clean was calling it's own super().clean(). Either way, yes, I'd prefer this...
Getting this exact same error, nothing in client or server logs, just a HTTP 504 from Express from the server container Is there a way to enable debug logging on...
Late reply, but if you're after some raspberry pi specific server classes/environments I've got some here: https://github.com/dalmura/infrastructure/blob/main/sites/archived/indigo-sidero/sidero/serverclasses.yaml