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

fix(updates.jenkins.io): allow non SSL connections to Redis #447

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

lemeurherve
Copy link
Member

@lemeurherve lemeurherve commented Aug 8, 2023

Fix the following error when trying to deploy jenkins-infra/kubernetes-management#4211:

UTC Database is down: dial tcp 52.184.161.24:6379: i/o timeout

This is the same settings (allow non SSL) which is currently configured for the mirrorbits database.

Manually tested via Azure Portal, current settings:
image

Settings with this change:
image

Connection OK.

@lemeurherve lemeurherve requested a review from a team August 8, 2023 12:45
@lemeurherve
Copy link
Member Author

Terraform will perform the following actions:

  # azurerm_redis_cache.updates_jenkins_io will be updated in-place
  ~ resource "azurerm_redis_cache" "updates_jenkins_io" {
      ~ enable_non_ssl_port           = false -> true
        id                            = "/subscriptions/dff2ec18-6a8e-405c-8e45-b7df7465acf0/resourceGroups/updates-jenkins-io/providers/Microsoft.Cache/redis/updates-jenkins-io"
        name                          = "updates-jenkins-io"
        tags                          = {
            "repository" = "jenkins-infra/azure"
            "scope"      = "terraform-managed"
        }
        # (20 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

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

LGTM, self-merging.

@lemeurherve lemeurherve merged commit 7026eb3 into main Aug 8, 2023
1 check passed
@lemeurherve lemeurherve deleted the lemeurherve-patch-1 branch August 8, 2023 12:48
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

Successfully merging this pull request may close these issues.

1 participant