Jo Rhett

Results 31 issues of Jo Rhett

**Describe the bug** The Jetbrains Redshift driver includes a setting for `AutoCreate`. Setting this value does not change the API call made because it's hardcoded to off at https://github.com/aws/aws-toolkit-jetbrains/blob/main/jetbrains-ultimate/src/software/aws/toolkits/jetbrains/services/redshift/auth/IamAuth.kt#L85-L86 **To...

bug
ready-to-work

##### Summary In github actions I am seeing this error when testing roles (not when testing playbooks) The lint operation runs fine and produces the expected results, but there are...

bug
feedback-needed

##### Summary When run under GitHub actions, ansible-lint's output correctly identifies how many warnings and errors are found according to the Ansible-lint file. However, the output it provides for GitHub...

bug

This is an opinionated revision of the docker tutorial after working my way through it. If you disagree with some of the changes I'm happy to adjust. I will have...

I don't have an Intel node to test on, but this was previously reported in #2108 ``` $ uname -a Linux ubuntu_2004_common_defaults 5.15.17-200.fc35.aarch64 #1 SMP Thu Jan 27 16:12:44 UTC...

UX

Add to plugin * `address_type` for address types supported * `checkip_name_v6` for IPv6 lookup Add to provider configuration * `addrtype` for type of address to submit * `checkip_cmd_v6` for IPv6...

I'm not certain of this one, so I'm going to leave it to the string experts. I've seen that when calling `http_connection` twice in a routine that's called multiple times...

### Terraform Version 1.2.5 ### Affected Resource(s) * https://registry.terraform.io/providers/hashicorp/vault/latest/docs/data-sources/kv_secret_v2 * https://registry.terraform.io/providers/hashicorp/vault/latest/docs/data-sources/generic_secret ### Terraform Configuration Files ```hcl data "vault_generic_secret" "ssh_key" { path = "secret/ssh/${var.key_name}" } resource "something" "else" { public_key =...

bug
ecosystem

I'd like to see a retry parameter so that the Chef run doesn't abort when hitting Aws::EC2::Errors::RequestLimitExceeded

An attempt to remove an existing tag with the tag's explicit value fails: ``` ruby * aws_resource_tag[i-0e4f5d02] action remove ================================================================================ Error executing action `remove` on resource 'aws_resource_tag[i-0e4f5d02]' ================================================================================ ArgumentError -------------...