mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #907] [MERGED] Make cert pub & private paths configurable #1778
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1778
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/amidaware/tacticalrmm/pull/907
Author: @joeldeteves
Created: 12/30/2021
Status: ✅ Merged
Merged: 12/30/2021
Merged by: @sadnub
Base:
develop← Head:set_ssl_path📝 Commits (1)
ad19dc0Make cert pub & private paths configurable📊 Changes
2 files changed (+6 additions, -4 deletions)
View changed files
📝
docker/containers/tactical-nginx/entrypoint.sh(+2 -2)📝
docker/containers/tactical/entrypoint.sh(+4 -2)📄 Description
This is another PR in relation to making tacticalrmm work better in clustered setups e.g. Kubernetes, see https://github.com/wh1te909/tacticalrmm/issues/906
This change makes the certificate public & private paths configurable so we can can mount external certificates into the pod / container without needing to copy, rename or use a subPath.
The reason for doing it this way is so that the certificates can be renewed automatically without needing to restart the container / pod.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.