Skip to content

Commit

Permalink
Docs: Redis ACL Username and Database
Browse files Browse the repository at this point in the history
As icinga-go-library v0.4.0 supports these now, it should be documented
in Icinga DB.

Closes #782.
  • Loading branch information
oxzi committed Dec 17, 2024
1 parent 5454c89 commit f954f90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/03-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ therefore a dedicated Icinga DB instance that connects to it.
|----------|-------------------------------------------------------------------------------------------------------------------------|
| host | **Required.** Host name or address, or absolute Unix socket path. |
| port | **Optional.** TCP port. Defaults to `6380` matching the Redis® open source server port in the `icingadb-redis` package. |
| password | **Optional.** Authentication password. |
| username | **Optional.** Authentication username, requires a `password` being set as well. |
| password | **Optional.** Authentication password. May be used alone or together with a `username`. |
| database | **Optional.** Numerical database identifier, defaults to `0`. |
| tls | **Optional.** Whether to use TLS. |
| cert | **Optional.** Path to TLS client certificate. |
| key | **Optional.** Path to TLS private key. |
Expand Down

0 comments on commit f954f90

Please sign in to comment.