demetthyl
demetthyl
hi, we have the exact same issue : `Error: ✗ Failed to send request: Get "https://grafana.com/api/plugins/repo/digrich-bubblechart-panel": dial tcp: lookup grafana.com on 192.168.0.183:53: no such host ` Our K8S Cluster is...
seems that the property fails on the 2 very oldest covered versions, gotta dig it @sschu: any idea? im not that deep knowledged on those old versions to understand the...
https://github.com/keycloak/keycloak/pull/24852 the 'ldap referral' feature was merged on the end of 2023, guess its why this fails on v22 and v23: how can i skip this ? @sschu can you...
> @demetthyl Thanks for your contribution! You can skip tests for older versions like this: > > https://github.com/keycloak/terraform-provider-keycloak/blob/0afe0b2e1384a0f6f4a6ff43501689696548d7b6/provider/resource_keycloak_authentication_bindings_test.go#L129 > > Please also sign off your commit (`git commit -s --amend`)....
ok i guess ive fixed my issue with the new ldap user config parameter, but im facing other test crashes on old versions, like: `=== NAME TestAccKeycloakLdapUserFederation_basicUpdateAll resource_keycloak_ldap_user_federation_test.go:341: Step 2/2...
Or this error: https://github.com/keycloak/terraform-provider-keycloak/actions/runs/19074353930/job/54485694147?pr=1352#step:10:1941 It is expected to generate this error, but test is still failure (in this keycloak version and not others...)
Or this error: https://github.com/keycloak/terraform-provider-keycloak/actions/runs/19074353930/job/54485694147?pr=1352#step:10:1941 It is expected to generate this error, but test is still failure (in this keycloak version and not others...) > @demetthyl We will probably remove testing...