[PR #980] [MERGED] feat(dash): Add --insecure option #963

Closed
opened 2026-03-02 06:10:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/980
Author: @robinjoseph08
Created: 12/8/2024
Status: Merged
Merged: 12/9/2024
Merged by: @kamikazechaser

Base: masterHead: insecure


📝 Commits (1)

  • e4eb794 feat(dash): Add --insecure option

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 tools/asynq/cmd/root.go (+5 -1)

📄 Description

This adds the flag --insecure to asynq dash that works just like the --insecure flag on the redis-cli where it doesn't validate the TLS config. This is necessary to be able to connect to some Redis servers that are fronted by a self-signed certificate. This can either be self-hosted or hosted by some providers like Heroku.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/980 **Author:** [@robinjoseph08](https://github.com/robinjoseph08) **Created:** 12/8/2024 **Status:** ✅ Merged **Merged:** 12/9/2024 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `insecure` --- ### 📝 Commits (1) - [`e4eb794`](https://github.com/hibiken/asynq/commit/e4eb794add0f6401f7b10ca74689eaea9388ed71) feat(dash): Add --insecure option ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tools/asynq/cmd/root.go` (+5 -1) </details> ### 📄 Description This adds the flag `--insecure` to `asynq dash` that works just like the `--insecure` flag on the `redis-cli` where it doesn't validate the TLS config. This is necessary to be able to connect to some Redis servers that are fronted by a self-signed certificate. This can either be self-hosted or hosted by some providers like Heroku. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:10:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#963
No description provided.