mgriffin13
mgriffin13
Sorry, I'm hosting my own Gitlab server. This is the setting I'm talking about.. https://docs.gitlab.com/ee/user/group/#change-the-default-branch-protection-of-a-group I created a new group on Gitlab.com and was able to see the default branch...
I would say it would be great if https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/group included an option to set the `Default branch protection` policy, which is tracked in https://github.com/gitlabhq/terraform-provider-gitlab/issues/667
Is there an update to this issue? Seems as though just bumping the AWS SDK to a minimum [release-2023-11-14](https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2023-11-14) would solve this issue. Pod Identities are the AWS recommended approach...
> Most recent bump was to [v1.24.1](https://github.com/vmware-tanzu/velero/pull/7307/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R19) which is newer than 2023-11-14. Thank you, but I'm not seeing that released yet, right? The [changelog](https://github.com/vmware-tanzu/velero/blob/main/changelogs/unreleased/7307-guikcd) is still "unreleased" and I didn't...
Hi. My use-case is slightly different. I'm trying to read an API key out of Vault and then use that in a local provisioner. ``` data "vault_kv_secret_v2" "api-key" { mount...
> [@mgriffin13](https://github.com/mgriffin13) The null_resource is not managed in this repo. You may want to consider opening another issue on terraform core or a new discussion topic on discuss.hashicorp.com Hi, I...
Not the OP, but it would be very helpful if the jfrog cli natively supported using Gitlab-CI's JWT.
After I commented, I happened to notice that https://github.com/jfrog/jfrog-cli/pull/2938 was just merged and released this week, which solves my issue. Here's an example using Gitlab-CI that I have working using...
related: https://github.com/jfrog/jfrog-cli/issues/2595
This is still pending.