You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Currently, logged in to Confluent using SSO and hence our username/password are not working to login to confluent through Pulumi. Tried creating an API key too (pair of key and secret) and used them as username and password and still getting :
error: 1 error occurred:
* login: Invalid username or password.
Using an organization access token.
Affected area/feature
Pulumi-Service
The text was updated successfully, but these errors were encountered:
This provider is a bridged Terraform provider based on github.com/Mongey/terraform-provider-confluentcloud.
That Terraform provider does not support username/password or API Key. See for example Mongey/terraform-provider-confluentcloud#59. This is the most requested ask in that provider.
Unfortunately - it appears fixing that issue itself is blocked on a limitation in the underlying Go SDK that that provider uses - tracked in cgroschupp/go-client-confluent-cloud#13. And that issue appears to require a transition to a fundamentally new version of the underlying Confluent v2 API.
Hello!
Issue details
Currently, logged in to Confluent using SSO and hence our username/password are not working to login to confluent through Pulumi. Tried creating an API key too (pair of key and secret) and used them as username and password and still getting :
Using an organization access token.
Affected area/feature
Pulumi-Service
The text was updated successfully, but these errors were encountered: