Eetu Purontaus
Eetu Purontaus
@sschu the timeout solution would be a good one as well if that's technically more feasible. Neither solution helps the client get notified of the logout process being completed though....
Thanks for the comment @usha-mandya! I commented on [compose-spec#161](https://github.com/compose-spec/compose-spec/issues/161) and created a similar PR there. They seem to be blocked from updating the spec as the detail is not described...
I've created a PR to Docker Docs (https://github.com/docker/docs/pull/15854) to clarify this specific issue. Merging seems to be blocked ([see this comment](https://github.com/docker/docs/pull/15854#issuecomment-1282184851)) because the information is missing from this spec, and...
> I was wondering if one could even not perform the logout at the external IDP at all (e.g. by passing a special parameter). Especially when you think about social...
I'm deploying containers that are supposed to form a cluster over a specific overlay network. All the containers are also connected to another network facilitating ingress traffic (Docker Swarm). If...
@pedroigor where do you suggest this should live in? I'm not exactly comfortable fiddling with the Java config loaders and having this as an external pre-execution script feels brittle.
@pedroigor I put together a basic script that does the above to the best of my knowledge. It supports giving any variable as `*_FILE`, not just the few specific ones...
Hi @andreaTP. First of all, sorry for the late reply - I totally missed the notification email coming in. Unfortunately, your suggestion does not cover the use case. In Docker...
I have to disagree @andreaTP, this requirement is not specific to Docker Swarm. For instance, Hashicorp Nomad uses an equivalent way to mount secrets (https://www.nomadproject.io/docs/runtime/environment#secrets). Also, this was supported in...
@andreaTP that approach does not really solve the issue for those affected, but I can understand that you're reluctant to add this to cater to an increasingly narrow audience. The...