Jonah

Results 123 comments of Jonah

Yeah, a third field to limit access tokens to certain `tags` would be a great improvement and cover a lot of use-cases. I didn't have the need (at least not...

Since you already mentioned the TTL of service tokens, what do you think about adding an option to create tokens without expiry? Certainly it isn't best practice to use such...

Actually you can already use infisical to inject secrets to ansible by looking up environment variables in your playbook/template. ``` {{ lookup('env', 'MY_INFISICAL_SECRET') }} ``` This will require you to...

927b0b39aa1729e6a3c4dc1e793a8d08736580b6 also changes the archive format to `zip` on windows. This is more convenient, since windows doesn't support `tar.gz` out of the box.

I always like manpages because it gives you an overview of all available commands including all flags. If you need to search for something specific, you can simply `/search` for...

`infisical man` will generate the manpage in it's raw roff format (which the `man` command will display in a readable way). If you want it in a readable format ad...

That's exactly how it will work :) [This](https://github.com/Infisical/infisical/pull/177/files#diff-7326b55c062b0f46fe9e39aace0a25f4515cf206040fb91a6fd2cae839f5e826R110) deploys he manpage accordingly when the user installs infisical through an nfpm build. Same for an AUR installation [here](https://github.com/Infisical/infisical/pull/177/files#diff-7326b55c062b0f46fe9e39aace0a25f4515cf206040fb91a6fd2cae839f5e826R152). The manpage will...

I would love to able to tag secrets. Another use case for this would be to add a `tagSelector` to the k8s operator. This would allow a more fine-tuned control...

Adding `"addressType": "bcash"` to the pool config should allow you to use the bech32 cash address.

That isn't an error. Some client just hit the rate limit you configured for the API.