Hello, we would love to start backporting our SIgN...
# support
m
Hello, we would love to start backporting our SIgNoz alerts to our IaC using Terraform. Following your documentation in https://signoz.io/newsroom/launch-week-1-day-5/#introducing-access-token-management-in-signoz we would need to generate an access token to connect Terraform with our SigNoz instance. We are using self-hosted SigNoz and are not able to generate an access token, is this behavior intended?
s
Hi @Matti, The token management is part of EE plan as of now.
You can use basic auth as well to manage the Terraform?
m
I don't think the provider supports basic auth šŸ˜•
Copy code
Planning failed. Terraform encountered an error while generating this plan.

ā•·
│ Error: Missing SigNoz access_token
│ 
│   with provider["<http://registry.terraform.io/signoz/signoz|registry.terraform.io/signoz/signoz>"],
│   on <http://main.tf|main.tf> line 10, in provider "signoz":
│   10: provider "signoz" {
│ 
│ The provider cannot create the SigNoz API client as there is a missing or empty value for the SigNoz API access_token. Set the access_token value in the configuration or use the SIGNOZ_ACCESS_TOKEN environment variable. If either is
│ already set, ensure the value is not empty.
@Srikanth Chekuri any info on basic auth? šŸ™‚
Hi @Srikanth Chekuri, seems like it is not possible, can you confirm?
s
You are right, the basic auth is not currently supported.