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: modules/logging-identity-federation.adoc
+42-11Lines changed: 42 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,23 @@
4
4
5
5
:_mod-docs-content-type: PROCEDURE
6
6
[id="logging-identity-federation_{context}"]
7
-
= Workload identity federation
8
-
Workload identity federation enables authentication to cloud-based log stores using short-lived tokens.
7
+
= Authenticating with workload identity federation to access cloud-based log stores
8
+
9
+
You can use workload identity federation with short-lived tokens to authenticate to cloud-based log stores. With workload identity federation, you do not have to store long-lived credentials in your cluster, which reduces the risk of credential leaks and simplifies secret management.
9
10
10
11
.Prerequisites
11
-
* {ocp-product-title} 4.14 and later
12
-
* {logging-uc} 5.9 and later
12
+
13
+
* You have administrator permissions.
13
14
14
15
.Procedure
15
-
* If you use the {ocp-product-title} web console to install the {loki-op}, clusters that use short-lived tokens are automatically detected. You are prompted to create roles and supply the data required for the {loki-op} to create a `CredentialsRequest` object, which populates a secret.
16
16
17
-
* If you use the {oc-first} to install the {loki-op}, you must manually create a subscription object using the appropriate template for your storage provider, as shown in the following examples. This authentication strategy is only supported for the storage providers indicated.
17
+
* Use one of the following options to enable authentication:
18
+
19
+
** If you used the {ocp-product-title} web console to install the {loki-op}, the system automatically detects clusters that use short-lived tokens. You are prompted to create roles and supply the data required for the {loki-op} to create a `CredentialsRequest` object, which populates a secret.
18
20
19
-
.Azure sample subscription
21
+
** If you used the {oc-first} to install the {loki-op}, you must manually create a `Subscription` object. Use the appropriate template for your storage provider, as shown in the following samples. This authentication strategy supports only the storage providers indicated within the samples.
0 commit comments