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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,21 +74,25 @@ Authentication is used by the exporter as the mechanism to cross authenticate to
74
74
The first option requires specifying the api-token value as the authorization parameter of the specific job in the Prometheus configuration file.
75
75
The second option provides the FlashBlade/api-token key-pair map for a list of arrays in a simple YAML configuration file that is passed as parameter to the exporter. This makes possible to write more concise Prometheus configuration files and also to configure other scrapers that cannot use the HTTP authentication header.
76
76
77
+
The exporter can be started in TLS mode (HTTPS, mutually exclusive with the HTTP mode) by providing the X.509 certificate and key files in the command parameters. Self-signed certificates are also accepted.
# create an empty tokens file for use with volumes if required. You can use a mounted volume to /etc/pure-fb-om-exporter/ to pass the `tokens.yaml` file. File must be named `tokens.yaml`.
21
+
RUN mkdir /etc/pure-fb-om-exporter && touch /etc/pure-fb-om-exporter/tokens.yaml
0 commit comments