Amir Zarrinkafsh

Results 69 comments of Amir Zarrinkafsh

This is really well written @Freebien thanks a lot for your contribution. Other then the aforementioned feedback, the only other elements I would like addressed to see this merged is...

To make sure this doesn't fall to the wayside, why don't we make this option only available to a user if they have performed 2FA? For users/setups that do not...

I've locked this branch for now. https://github.com/go-redis/redis/issues/2082 can be tracked for the upstream Redis library to support v7.

Technically this occurs because Authelia requests auth for the level of access required, for the resource in question. If you visit a page that requires 2FA access then you will...

@matejdro sorry perhaps I'm misunderstanding, if you want to add security, why don't you just protect the specified endpoint with `policy: two_factor`? It's up to whoever configures Authelia to choose...

For now, no and it's actually not a trivial feature to implement. As far as logging everybody out goes, that only occurs if you deploy Authelia without Redis as a...

If this was added am I correct in understanding that we can annotate architecture-specific annotations/labels? I've just been exploring how to set different labels per architecture on a multi-architecture build....

@tonistiigi thanks for pointing me in the right direction. I've tried using the annotations per the documentation and I'm not sure if it's just perhaps me doing something wrong but...

> Are you using master buildkit? This feature is not in any release yet. @jedevc Maybe we can make it more clear in the docs. Looks like this was the...

Yep I'm apprehensive to support implementing this because we would have to maintain code for the failover/selection logic. Reverse proxies/load balancers exist for a reason. You can utilise NGINX, Traefik,...