Skip to content

Commit 0778fe1

Browse files
authored
Merge pull request #55832 from skrthomas/OSDOCS-5306
OSDOCS-5306: changing authToken to FORWARD
2 parents 24b3b3c + b664109 commit 0778fe1

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

modules/network-observability-flowcollector-view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
url: 'http://loki-gateway-http.netobserv.svc:8080/api/logs/v1/network'
4949
statusUrl: 'https://loki-query-frontend-http.netobserv.svc:3100/'
5050
tenantID: network
51-
authToken: HOST
51+
authToken: FORWARD
5252
tls:
5353
enable: true
5454
caCert:

modules/network-observability-operator-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can install the Network Observability Operator using the {product-title} web
2424
* *loki.url*: Since authentication is specified separately, this URL needs to be updated to `https://loki-gateway-http.netobserv.svc:8080/api/logs/v1/network`. The first part of the URL, "loki", should match the name of your LokiStack.
2525
* *loki.tenantID*: Set this to `network`.
2626
* *loki.statusUrl*: Set this to `https://loki-query-frontend-http.netobserv.svc:3100/`.
27-
* *loki.authToken*: Select the `HOST` value.
27+
* *loki.authToken*: Select the `FORWARD` value.
2828
* *tls.enable*: Verify that the box is checked so it is enabled.
2929
. Click *Create*.
3030

modules/network-observability-roles-create.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,5 @@ subjects:
4141
- kind: ServiceAccount
4242
name: flowlogs-pipeline <1>
4343
namespace: netobserv
44-
- kind: ServiceAccount
45-
name: netobserv-plugin <2>
46-
namespace: netobserv
4744
----
4845
<1> The `flowlogs-pipeline` writes to Loki. If you are using Kafka, this value is `flowlogs-pipeline-transformer`.
49-
<2> The `netobserv-plugin` reads in the data.

0 commit comments

Comments
 (0)