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: docs/docs/authentication.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,20 @@ An Aiven user account. [Sign up for free](https://console.aiven.io/signup?utm_so
15
15
16
16
## Store a token in a Secret
17
17
18
-
1\.[Create a personal token](https://aiven.io/docs/platform/howto/create_authentication_token) in the Aiven Console.
18
+
1\. Create an [application user](https://aiven.io/docs/platform/concepts/application-users) in the Aiven Console.
19
19
20
-
2\. To create a Kubernetes Secret, run:
20
+
2\. Create an [application token](https://aiven.io/docs/platform/howto/manage-application-users#create-a-token-for-an-application-user) for the application user.
21
+
22
+
!!! note
23
+
You can also use a [personal token](https://aiven.io/docs/platform/howto/create_authentication_token).
24
+
25
+
3\. To create a Kubernetes Secret with the token, run:
0 commit comments