This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 502034a2db NIFI-15114 - Fix the broken link in Capabilities section
502034a2db is described below
commit 502034a2dbedbc4941795ef195f643beb0705f30
Author: Peter <[email protected]>
AuthorDate: Sat Oct 18 14:52:56 2025 +0800
NIFI-15114 - Fix the broken link in Capabilities section
Signed-off-by: Pierre Villard <[email protected]>
This closes #10437.
---
nifi-docker/dockerhub/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-docker/dockerhub/README.md b/nifi-docker/dockerhub/README.md
index 8b03d24a6a..4bc2d6d3e7 100644
--- a/nifi-docker/dockerhub/README.md
+++ b/nifi-docker/dockerhub/README.md
@@ -51,7 +51,7 @@ docker run --rm --entrypoint /bin/bash apache/nifi:1.12.0 -c
'readlink /opt/nifi
## Capabilities
This image currently supports running in standalone mode either unsecured or
with user authentication provided through:
* [Single User
Authentication](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#single_user_identity_provider)
- * [Mutual TLS with Client
Certificates](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#security-configuration)
+ * [Mutual TLS with Client
Certificates](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#security_configuration)
* [Lightweight Directory Access Protocol
(LDAP)](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#ldap_login_identity_provider)
This image also contains the NiFi Toolkit (as of version 1.8.0) preconfigured
to use either in secure and unsecure mode.