mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 15:35:55 +03:00
[PR #205] [MERGED] Add tls support to command line tool #1673
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#1673
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/205
Author: @strobus
Created: 10/14/2020
Status: ✅ Merged
Merged: 10/14/2020
Merged by: @hibiken
Base:
master← Head:feat/tool-add-tls-support📝 Commits (1)
5878289add tls support to command line tool📊 Changes
2 files changed (+29 additions, -10 deletions)
View changed files
📝
tools/asynq/cmd/root.go(+27 -10)📝
tools/go.sum(+2 -0)📄 Description
This PR adds a
--tls_serverargument to the CLI tool. Provide the name of a server that is included in the redis server or cluster's certificate. Note, thetls.Configstruct only allows one server to be added for validation see crypto/tls. A future enhancement could provide additional arguments for specifying client certificates, etc., though such use cases may be infrequent for redis.Note: this has been tested with cluster mode. Thank you for adding that!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.