rossbeehler
rossbeehler
In the `bigip_ssl_key` and `bigip_ssl_key_cert` modules, the `content`/`key_content` parameters are allowed to be written to logs. It might be slightly acceptable if the key is encrypted with a passphrase, but...
##### COMPONENT NAME bigip_ssl_key bigip_ssl_key_cert ### Environment ##### ANSIBLE VERSION ``` 2.10.9 ``` ##### BIGIP VERSION ``` BIG-IP 12.1.6 Build 0.0.9 Final ``` ##### CONFIGURATION Any ##### OS / ENVIRONMENT...
We have a rich structure of groups/projects with a variety of branching strategies. We'd like to enforce `merge_access_level` and `push_access_level` across all existing protected branches for a project/repo, but the...
### Terraform (and Azure DevOps Provider) Version Terraform v0.14.4 + provider registry.terraform.io/hashicorp/azurerm v2.47.0 + provider registry.terraform.io/microsoft/azuredevops v0.1.2 ### Affected Resource(s) azuredevops_branch_policy_auto_reviewers azuredevops_group ### Expected Behavior Should be able to set...
We get an error like this intermittently, and was hoping retry logic could be added around this request: ``` (X/Y) Processing project: path/to/project Warning: Error occurred while processing project path/to/project,...
We're on GitLab SaaS with over 3000 repos, and climbing, and our GitLabForm nightly process takes many, many hours to run. Are there any tips, tricks, etc. to make this...
Here's the tab/indentation/spacing section of my .vimrc: se smartindent se sw=2 se ts=2 se expandtab With those settings, many cucumber scenarios fail. I've played around with no/other settings and can't...