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

Role Not Effective in terraform-provider-kaleido's resource "kaleido_node/node" #62

Open
shohu opened this issue Apr 16, 2024 · 0 comments

Comments

@shohu
Copy link

shohu commented Apr 16, 2024

Even when specifying a role other than "validator" as follows

resource "kaleido_node" "node" {
  count          = var.node_count
  consortium_id  = var.consortium_id
  environment_id = var.environment_id
  membership_id  = var.membership_id
  name           = "Node1"
  role           = "monitor"  // "validator"
}

The following error message appears:

│ Error: Could not create node Node1 in consortium xxxxx in environment yyyyy with status 403: {"requestId":"a4bgwk1ufh","errorMessage":"This member must be on one of the following plans to create nodes as signers: team, business, enterprise"}

The version is v0.2.15.

What should I specify for the role?

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

1 participant