Adphi

Results 34 comments of Adphi
trafficstars

> So what I understand is that when offline_access is requested, usage of request tokens is compulsary. @akhil1508 I understand it in the same way as you do. Which is...

Yes, but only if the environment file did not exist. For existing installation, unless I'm missing something, this should not change anything.

@harshavardhana thanks for the quick response. At which level should it be implemented ? minio-go or console ?

> The only user-facing API change would be the addition of a config like MINIO_IDENTITY_OPENID_REFRESH_INTERVAL which is sort of a "soft expiry" for ID tokens, so if a request presents...

> there is a need to allow users to disable the refresh function of MinIO Console @thesuperzapper it's quite simple: do not request the [`offline_access` scope](https://openid.net/specs/openid-connect-core-1_0.html#OfflineAccess).

At first glance, when I started examining the source code, I thought that the problem of concurrent requests was due to the fact that the current implementation referred to the...

One part seems to be covered by https://github.com/coredhcp/coredhcp/pull/159

I was developing a small home-router with several network interfaces including a wifi one, so I needed a dhcp server. As I was already using **coredns**, I would have liked...

I had the same issue with traefik v1.7 This patch worked for me, but I did not test it with traefik > v2: ```diff diff --git a/parsers/s01-parse/crowdsecurity/traefik-logs.yaml b/parsers/s01-parse/crowdsecurity/traefik-logs.yaml index 6022b0f..c91bc9f...

We needed to cover the functionality of `protoc-gen-validate` (legacy) and ended up implementing it. It's available [here](https://github.com/linka-cloud/prost-validate). At one point we could investigate implementing `protovalidate` in Rust, but we found...