You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Use the `authorization` property instead if the `basic_auth`.
81
+
<2> Add the previously obtained token here.
82
+
<3> Static targets only scrapes one pod.
78
83
79
84
or use it in a NiFi secret which should look like
80
85
[source,yaml]
@@ -134,8 +139,3 @@ spec:
134
139
<2> Relabel \\__address__ to be a FQDN rather then the IP-Address of target pod
135
140
136
141
NOTE: As of xref:listener-operator:listener.adoc[Listener] integration, SDP exposes a Service with `-metrics` thus we need to regex this suffix.
137
-
138
-
==== Known Limitations
139
-
140
-
NiFi only allows authentication with JWT on pod level. Therefore you will need one endpoint per NiFi pod and a valid bearer token for each. This is a consequence of NiFi
141
-
moving their metrics endpoint behind a strong authentication mechanism.
0 commit comments