Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable cbd to create Capella clusters when MFA enabled #59

Open
Westwooo opened this issue Jun 25, 2024 · 1 comment
Open

Enable cbd to create Capella clusters when MFA enabled #59

Westwooo opened this issue Jun 25, 2024 · 1 comment
Assignees

Comments

@Westwooo
Copy link
Contributor

When MFA is enabled on Capella accounts the fetching of the JWT becomes a multi-stage process described here:

https://couchbasecloud.atlassian.net/browse/AV-59415

This can be worked around by turning off MFA in the UI, but it'd be nice if cbd supported cluster creating while MFA is enabled

@Westwooo Westwooo self-assigned this Jun 25, 2024
@brett19
Copy link
Collaborator

brett19 commented Jun 25, 2024

Since dinocluster is a tool meant to be used primarily for automation, and even as a local tool is typically used non-interactively from the CLI, how do you see the flow to allow MFA to work? I think in the v4 this becomes easier since the MFA token is only needed to create the access token upfront, but in v2 it ends up needing many MFA tokens since it can need to authenticate with the API numerous times per action (due to some weird issues in how the JWT tokens work).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants