Andreas Olsson

Results 11 comments of Andreas Olsson

So, here is what the absolute minimal solution would look like, where I simply hard coded a GitHub Access Token. ```diff diff --git a/internal/selfupdate/github.go b/internal/selfupdate/github.go index 637f6765..4372b242 100644 --- a/internal/selfupdate/github.go...

Good to hear, thanks! @rachellerathbone: Unless the connection has already been made, see also https://getsupport.atlassian.com/servicedesk/customer/portal/48/PCS-26236.

Perhaps also corresponding rules for `./test/legacy/`?

Another fallback option is to do something based on the https://g.co/sc one-time security codes. I have an initial support for that implemented in my https://github.com/andreaso/aws-google-auth/tree/wip/skotp-support branch, which builds on top...

@stevemac007: If you would like a Yubikey we can ship you one free of charge.

Any progress/ETA on deploying IPv6 in prod?

Status on https://packages6.icinga.com/? Connecting to its IPv6 address `2a02:ed80:0:3::2f` there is a TLS connection established, followed by a _504 Gateway Time-out_.

UX wise it's also somewhat confusing that the `poetry install` command will behave differently in this regard depending on whatever you happen to have a _poetry.lock_ file in place or...

Yeah, I'll do a bit of research, and then take a stab at a docs PR. Yet before doing that, I do wonder how the releases actually are intended to...

Yeah, for now the most pragmatic approach feels like using the keyless OIDC mode. If nothing else it ought to be preferable to using a long-lived private key stored as...