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: content/docs/capabilities/service-accounts.md
+33-8
Original file line number
Diff line number
Diff line change
@@ -22,23 +22,23 @@ Service Accounts are a Pomerium Enterprise feature. The steps below show you how
22
22
23
23
:::
24
24
25
-
## Service Accounts in the Enterprise Console
25
+
## Add a Service Account in the Enterprise Console
26
26
27
27
Before you begin, confirm you are in the correct Namespace. You can only use a service account in the Namespace it was created in, including its children Namespaces.
28
28
29
29
### Add a service account
30
30
31
-
1.Under **CONFIGURE**, select **Service Accounts**, then**+ ADD SERVICE ACCOUNT**:
31
+
1.In the **Service Accounts** dashboard, select**+ ADD SERVICE ACCOUNT**:
32
32
33
-

33
+

34
34
35
35
1. Give the service account a unique **User ID**, or select an existing user to impersonate. Consider referencing the Namespace you're creating it under, for easier reference later. Optionally, set an expiration date.
36
36
37
37

38
38
39
39
The user ID set here corresponds to the `User` criteria when editing a policy.
40
40
41
-
:::note
41
+
:::info
42
42
43
43
Service accounts can be unique and exist only for Pomerium, or impersonate directory users from your identity provider.
44
44
@@ -49,9 +49,9 @@ Before you begin, confirm you are in the correct Namespace. You can only use a s
49
49
50
50
:::
51
51
52
-
### Handle the service account JWT
52
+
### Save the service account JWT
53
53
54
-
1. After you click**Submit**, the modal presents the JSON web token (**JWT**) for the service account. Temporarily save it somewhere secure, as you will not be able to view it again:
54
+
1. After you select**Submit**, the modal presents the JSON web token (**JWT**) to authenticate the service account. Save it somewhere secure, as you won't be able to view it again:
0 commit comments