pulumi / pulumi-keycloak

A KeyCloak Pulumi resource package, providing multi-language access to KeyCloak
Apache License 2.0
40 stars 6 forks source link

Ability to create a Keycloak client of docker-v2 protocol #87

Open will-ds opened 3 years ago

will-ds commented 3 years ago

Affected feature

Pulumi-keycloak (specifically the nodejs SDK) allows to create clients for some protocols (eg. oidc, openid, saml, ldap), but not all protocols (ie. docker-v2). We would greatly benefit the ability to create a docker-v2 Keycloak client via Pulumi as we use keycloak as an auth provider to our private docker registry.

leezen commented 3 years ago

Currently tracked upstream in https://github.com/mrparkers/terraform-provider-keycloak/issues/439