mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #367] Add support for simple authentication #208
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#208
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?
Originally created by @telmich on GitHub (Nov 3, 2024).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/367
Motivation
In some situations acme-dns runs in virtually public networks, such as IPv6 environments. In these scenarios it might not easily be possible to limit based on CIDR.
Suggested solution
Add simple authentication by token. As the connection to acme-dns is https secured, adding a simple (random) token support would allow to run acme-dns in public settings.
@saudiqbal commented on GitHub (Feb 11, 2025):
I also requested it a long time ago https://github.com/joohoi/acme-dns/issues/345
@numo68 commented on GitHub (Jul 30, 2025):
+1 for this, in a form of a list of tokens, so new can be added and old ones revoked if needed.