Vasu Nagendra

Results 4 comments of Vasu Nagendra

@jsifuentes - I am not sure if this is right.. ``` local cache_file="${HOME}/.aws/sso/cache/$(echo -n "$start_url" | sha1sum | awk '{print $1}').json" ``` The code you link to is a _great_...

@jsifuentes, Thanks for your help! Using your script as a base, this is what I did. My specific use case was there were a couple of Terraform modules. I wanted...

Unless I am missing something what is needed for Postgres specifically is already in the current `Cargo.toml` (according to the PRs on this repo anyway).. https://github.com/vectordotdev/vector/pull/18391/files My suggestion would be...

In my specific scenario, I was using django-email-log for validation of number of emails sent. Example: 10 users added, 10 emails sent. It was just easier for me to look/filter...