Adphi
Adphi
@iximiuz many thanks for all your work on this. I did a little go program based on this project: [d2vm](https://github.com/linka-cloud/d2vm) The Dockerfile used for alpine based image is [here](https://github.com/linka-cloud/d2vm/blob/main/templates/alpine.Dockerfile)
A few days ago I was playing with the Alpine's `mkimage` and found that in the `init` script: https://github.com/alpinelinux/mkinitfs/blob/224826dcee28425a81bae099ade87fad797a5674/initramfs-init.in#L642-L669 ```sh if [ -f "$sysroot/etc/.default_boot_services" -o ! -f "$ovl" ]; then...
I did a Pull Request on the pull request [here](https://github.com/athoune/crowdsec/pull/1) to fix the nil pointer and make the loki connection more resilient (and rebased on master)
Thanks @zenobios for you work on this. It seems to work for me when template variables are updated from other resources. I've forwarded the pull request here https://github.com/alekc/terraform-provider-kubectl/pull/46
Hi @akhil1508, thanks for your work on this topic 😀. You don't need a configuration parameter to enable refresh tokens. Refresh tokens should be enabled if the requested scopes contain...
I am testing the refresh implementation with [dex](https://github.com/dexidp/dex) and found a few problems. First, the implementation has zero logging, which makes debugging very complicated. Similarly, exceptions should not be silently...
The logout does not work because its URL is built during login. Therefore, the token in `id_token_hint` is expired when the user is redirected to it. Final patch: ```patch diff...
@akhil1508 you're welcome ! I updated my previous comment to add the fix.
@akhil1508 thanks ! I think there are two different things: - if the scope contains `offline_access`, the token needs to be refreshed to be able to logout (if a logout...
> An admin who knows what they are doing v/s a selfhoster who just sets things up(catering to this as the default with the setting set to false). Might be...