Pablo Ovelleiro Corral

Results 229 comments of Pablo Ovelleiro Corral

Running into the same error while trying to build [vaultwarden](https://github.com/dani-garcia/vaultwarden). @hectorj did you find any workarounds? I'm using this [flake.nix](https://gist.github.com/pinpox/30a1996e85cbdba2fed8d0ac2518c32b) and get a very similar error: ``` @nix { "action":...

I second this proposal. Especially the `--rotate` option is a must-have for me, since I use one 90 degrees turned screen for code. We already have options for resolution like...

Any updates on this? I'm hesitant to use this software if I can't backup my keys somehow. I'd like to make sure there is a way to access my secrets...

> Yubikeys aren't cheap, I know, but I think that if we start exporting keys into and out of the Yubikeys we defeat all the good work done by Age/Rage/age-yubikey-plugin...

I'll see how I would go about implementing that, thanks for the hint! But wouldn't it be nice to have an option to execute commands pre/post deployment anyways? I imagine...

It was indeed a trailing slash! Should the validation should be changed to remove trailing slashes or is this something outside the scope of openidconnect-rs?

Im having a similar issue that might be related, I opened #256 for it. Examinig backtraces I discovered that my worker get stuck at line 915 of session.rb which is...

Any updates on this? Being able to use my yubi would be great as I use it for all my ssh-keys anyway.

> Where would you specify what users have access to the secrets? Couldn't it be just an option at the same level as `.file`? ```nix system2 = nixpkgs.lib.nixosSystem { system...

> @pinpox is this PR ready for review? I'm sure there is still stuff to do, but it would be great if you could could give me a first review,...