-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: goreleaser for mfa token caching #2320
Conversation
Integration tests failure for 852ecb09f31c0067cafb2901cfd77b02de51955f |
@sfc-gh-swinkler One comment: can you link the GH issue that this PR fixes? |
Integration tests failure for f023c0ca06b31dbe575969c8ec582080d5df0746 |
🤖 I have created a release *beep* *boop* --- ## [0.83.0](v0.82.0...v0.83.0) (2024-01-11) ### 🎉 **What's new:** * Add create streamlit privilege to the SDK ([#2303](#2303)) ([be01d5f](be01d5f)) * grant privileges to database role resource ([#2306](#2306)) ([0311cf8](0311cf8)) ### 🐛 **Bug fixes:** * Add secondary account and fix tests ([#2324](#2324)) ([da6ca73](da6ca73)) * external tables issues ([#2334](#2334)) ([ae41691](ae41691)) * Fix test because of the date ([#2312](#2312)) ([9a9ea33](9a9ea33)) * Fix warehouse read and resource monitor empty set ([#2319](#2319)) ([05f96c6](05f96c6)), closes [#2318](#2318) [#2316](#2316) * goreleaser for mfa token caching ([#2320](#2320)) ([4fef709](4fef709)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: snowflake-release-please[bot] <105954990+snowflake-release-please[bot]@users.noreply.github.com>
This reverts commit 4fef709.
@sfc-gh-jcieslak is this merge really tested? Because for me the MFA Caching is not working and I get a prompt on every terraform action I do |
Hey @sfc-gh-asawicki, thanks for the fast reply. Sure. I just searched a little in the last messages and found both places which made me a little insecure where is the right place to put it. Let´s contine with my other comment. |
mfa token caching does not work for windows / darwin OS when CGO is disabled. Its recommended to turn of CGO for performance reasons, so adding an env variable to gorelaser to only turn on CGO for windows and darwin
fixes:
#908
#2194