cztack
cztack copied to clipboard
The CZI infrastructure stack.
Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go) from 1.5.0 to 1.6.0. Commits 48ba0b7 Merge pull request #32 from dvsekhvalnov/issue-31-security-tuning 05eb007 docs e0264a2 added helper matchers: Alg and Eng 0f6c7c3 MatchAlg helper cf0a53b docs 2995762 docs...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.0 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...
### Summary Provides cloudfront log delivery service, the required access to the kms key if kms_encryption is enabled. ### Test Plan Say unittests, or list out steps to verify changes....
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
### Summary Should fix https://github.com/chanzuckerberg/terraform-provider-snowflake/discussions/318#discussioncomment-210969 Note I'm bumping the test TF version to .13.6 so that we can point to snowflake provider registry and use it in tests. ### Test...
### Summary A description of changes or issues addressed by this PR. Provide links to relevant PRs if any. ### Test Plan Say unittests, or list out steps to verify...
I wasn't able to get the provider working by just defining it in terraform, so I tried the suggested workflow with fogg in an empty repo: ``` user@MacBook-Pro bless-test %...
Thanks for running this project. When getting started today for the first time with the provided example, and defining the provider like so: ``` terraform { required_providers { bless =...
All the terraform modules have in their privileges list the OWNERSHIP role, for example on the snowflake-warehouse-grant-all module : ``` "privileges": [ "MODIFY", "MONITOR", "OPERATE", "OWNERSHIP", "USAGE" ] ``` This...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.4 to 1.7.5. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.5 What's Changed Prevent Git Config Alteration on Git Update by @dduzgun-security in hashicorp/go-getter#497 New Contributors @dduzgun-security made...