mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 01:25:47 +03:00
[PR #322] Allow configuring tls cert filepath #1030
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#1030
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/asynqmon/pull/322
Author: @nicksherron
Created: 2/28/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (3)
0223c44Add ability to specify client certificate and key for redis connectioncca2f00Update README.md with new redis tls options99f33bcMove tls certificate and ca cert configuring to makeTLSConfig function📊 Changes
8 files changed (+412 additions, -8 deletions)
View changed files
📝
.gitignore(+4 -1)📝
README.md(+3 -0)📝
cmd/asynqmon/main.go(+48 -7)📝
cmd/asynqmon/main_test.go(+266 -0)➕
cmd/asynqmon/testdata/ca.crt(+19 -0)➕
cmd/asynqmon/testdata/ca.key(+27 -0)➕
cmd/asynqmon/testdata/server.crt(+18 -0)➕
cmd/asynqmon/testdata/server.key(+27 -0)📄 Description
This change allows setting tls cert and private key as well as ca authority file paths for configuring tls options for redis connection. Tests have also been added to test connecting to redis without tls and with using regeneratable custom tls keys
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.