l.h. riley
l.h. riley
Really this topic should target generic FIDO compliant U2F devices, not just Yubikey brand devices. I just got my Google Titan keys and was disheartened to realize that `aws-mfa` doesn't...
@PetitCassoulet I realize this is a little stale, but this worked for me: ``` $ docker build -t open-airplay:local . $ docker run -e DISPLAY -v $XAUTHORITY:/root/.Xauthority --net=host open-airplay:local ```...
Curious if there has been any progress on this in the last ~2 months. The provider is still locked at `1.x`: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/9de43d749dbdf595daae469c7061f1264d385940/versions.tf#L26-L28
Unfortunately, I don't have the bandwidth to tackle all of the testing required before submitting a PR for this, or I would be more than happy to write something up.
@codedbypm thanks for the response. I feel like I should have rights to access the API, which is why I'm confused. I've gone over the related documentation here and on...
@codedbypm thanks for the additional information, and sorry for the delayed response. Just to confirm this bit: > What is important is that you have at least one user with...
@codedbypm Thanks for the details, and sorry for the delay. The notification got lost in my email =\ Hmm. This is very odd. I feel like what you're showing me...
@jazzlyn Thanks for the example to work from. I'm also unclear what the root cause of this issue is. I'll test out your example code once I get the opportunity...
@mattrose Thanks for the quick reply / feedback :1st_place_medal: > I think that we could re-use the "layout" code to have a "save session" button, and/or an "autosave session". That...
I started to experiment with this, but I'm struggling to find the right time and place in the code to commit a session save. For example, I feel that it...