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

UI not showing Kestra Namespace Secret description when updated with Terraform #6601

Open
japerry911 opened this issue Dec 29, 2024 · 1 comment
Assignees
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working kind/customer-request Requested by one or more customers

Comments

@japerry911
Copy link

Describe the issue

Namespace secret does not show description when created in Terraform. Unsure if it's terraform or UI issue. It's worth noting when I reapply, it says description exists.

**This is not in Cloud, but rather local docker-compose version I am playing around with.

resource "kestra_namespace_secret" "root_finnhub_api_key" {
  namespace          = var.root_namespace_id
  secret_key         = "FINNHUB_API_KEY"
  secret_value       = var.finnhub_api_key
  secret_description = "Finnhub API key for the root namespace."
}
Terraform will perform the following actions:

  # module.kestra_namespace_secrets.kestra_namespace_secret.root_finnhub_api_key will be updated in-place
  ~ resource "kestra_namespace_secret" "root_finnhub_api_key" {
        id                 = "root_FINNHUB_API_KEY"
      + secret_description = "Finnhub API key for the root namespace."
        # (3 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

------------------------------------------------------------------------

Cost Estimation:

Resources: 0 of 2 estimated
           $0.0/mo +$0.0

------------------------------------------------------------------------

Do you want to perform these actions in workspace "skylord-finnhub-streamer"?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

module.kestra_namespace_secrets.kestra_namespace_secret.root_finnhub_api_key: Modifying... [id=root_FINNHUB_API_KEY]
module.kestra_namespace_secrets.kestra_namespace_secret.root_finnhub_api_key: Modifications complete after 0s [id=root_FINNHUB_API_KEY]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

Screenshot 2024-12-29 at 10 58 15 AM

Environment

  • Kestra Version: 0.20.6
@japerry911 japerry911 added area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working labels Dec 29, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Dec 29, 2024
@MilosPaunovic MilosPaunovic added the kind/customer-request Requested by one or more customers label Dec 30, 2024
@RohanMishra315
Copy link

Hey @MilosPaunovic Can I take this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working kind/customer-request Requested by one or more customers
Projects
Status: Backlog
Development

No branches or pull requests

3 participants