Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 1e8991d

Browse files
edit token updates
1 parent 64fbbb9 commit 1e8991d

File tree

1 file changed

+39
-11
lines changed

1 file changed

+39
-11
lines changed

admin/authentication/authentication-tokens/org-tokens.rst

Lines changed: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Power users who have access to tokens in an organization see a banner, but only
2222
Token expiry
2323
================
2424

25-
Access tokens expire one year after the creation date. For access tokens created prior to February 28, 2022, the expiration date remains 5 years from the creation date. You can rotate a token before it expires using the Splunk Observability Cloud API. For details, see :ref:`access-token-rotate`.
25+
By default, access tokens expire one year after the creation date. You can change the expiration date For access tokens created prior to February 28, 2022, the expiration date remains 5 years from the creation date. You can rotate a token before it expires. For details, see :ref:`access-token-rotate`.
2626

27-
Every organization admin will receive an email 30 days before a token in their org expires. The email includes a link to Splunk Observability Cloud that displays a list of expiring tokens. You cannot customize the token expiration email.
27+
Every organization admin receives an email 30 days before a token in their org expires. The email includes a link to Splunk Observability Cloud that displays a list of expiring tokens. You cannot customize the token expiration email.
2828

2929
The default access token
3030
===========================
@@ -249,16 +249,47 @@ After you're finished rotating the token, update any of your OpenTelemetry Colle
249249

250250
To learn more about this endpoint and to see more examples of requests and responses, see the :new-page:`Splunk developer documentation <https://dev.splunk.com/observability/reference/api/org_tokens/latest#endpoint-rotate-token-secret>`.
251251

252+
Edit an access token
253+
=========================
254+
255+
You can edit details of your access token, such as the expiration date and permissions, using the token actions menu (|verticaldots|).
256+
257+
Edit API roles (API tokens only)
258+
-----------------------------------------------------
259+
260+
To edit the API roles for your token, open the token actions menu (|verticaldots|) and select :guilabel:`Edit API roles`.
261+
262+
Select the roles you want to associate with the token, and select :guilabel:`Update` to finish editing.
263+
264+
Edit token permissions
265+
-------------------------
266+
267+
To edit permissions, open the token actions menu (|verticaldots|) and select :guilabel:`Edit permissions`.
268+
269+
To learn more about token permissions, see :ref:`create-access-token-permissions`.
270+
271+
Select :guilabel:`Update` to finish editing.
272+
273+
274+
Edit token expiration date and alerts
275+
-------------------------------------
276+
277+
To edit the token expiration alerts, open the token actions menu (|verticaldots|) and select :guilabel:`Expiration alert`.
278+
279+
To learn more about the expiration date and alert options, see :ref:`create-access-token-date`.
280+
281+
Select :guilabel:`Update` to finish editing.
282+
252283
Rename an access token
253284
=========================
254285

255286
To rename a token:
256287

257-
#. Select :menuselection:`Edit Token` from the token's actions menu (|more|).
288+
#. Select :menuselection:`Edit Token` from the token's actions menu (|verticaldots|).
258289
#. Enter a new name for the token.
259290
#. Select :guilabel:`OK`.
260291

261-
Renaming a token does not affect the value of the token.
292+
Renaming a token does not affect the token's secret.
262293

263294
.. note::
264295

@@ -271,11 +302,8 @@ Deactivate or activate an access token
271302

272303
You can't delete tokens. You can only deactivate them.
273304

274-
To deactivate a token, select :menuselection:`Disable` from the token's actions menu (|more| icon).
275-
The line that displays the token has a shaded background, which indicates that the
276-
token is inactive. The UI displays deactivated tokens at the end of the tokens list,
277-
after the activated tokens.
305+
To deactivate a token, select :menuselection:`Deactivate` from the token's actions menu (|verticaldots| icon).
306+
307+
To activate a deactivated token, select :menuselection:`Activate` from the deactivated token's actions menu (|verticaldots| icon).
278308

279-
To activate a deactivated token, select :menuselection:`Enable` from the deactivated
280-
token's actions menu (|more| icon). The line that displays the token has a light background,
281-
which indicates that the token is inactive.
309+
You can search for activated or deactivated tokens using the :guilabel:`Status` filter in the access tokens page.

0 commit comments

Comments
 (0)