Piotr Banasik

Results 20 comments of Piotr Banasik

No .. at least last time I checked .. while the parameter is passed just fine, the checked out working copy ends up being broken and makes the agent basically...

Just stumbled into this, this is great, my only other request would be to allow the github token to be retrieved from the environment somehow .. Since I use this...

yes I do .. the --key option .. at least for github uses personal access tokens .. which is the same auth you would want to use to get a...

I would love to see some way of pruning a local cache destination as well .. is there any workarounds?

I'm going to add a bit of complexity to this I think .. In our config we use aws-vault (as mentioned above) together with `direnv` (https://direnv.net/) .. and some custom...

direnv solves the environment issue on the shell, sure .. but the new ENV only activates when you enter the various subfolders .. so if the language server can execute...

I suppose it might be possible to make a wrapper that executes direnv on its own .. then executes terraform wrapped in aws-vault .. the question is .. are the...

ok I'm the right track now .. but having one more issue now .. the wrapper requires some manually entered credentials like keychain password and OTP code .. these come...

tools like aws-vault do a great job of caching the credentials like you're mentioning above .. The only issue is concurrency .. since the caching is moot if you try...

well or just not requiring authentication .. its a definitely a bit silly my editor language server needing to do authenticated calls to terraform ... it shouldn't need to do...