Skip to content

Commit 3dbe3f5

Browse files
committed
Link to service accounts from a few more places
1 parent 09175ac commit 3dbe3f5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/admin/auth/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ The following methods are supported for sign up and sign in:
2929

3030
The authentication providers are configured in the [`auth.providers`](/admin/config/site_config#authentication-providers) site configuration option.
3131

32+
## Programmatic authentication
33+
34+
For automated systems, CI/CD pipelines, and API integrations that need to authenticate without human interaction, use [service accounts](/admin/access_control/service_accounts). Service accounts are specialized user accounts designed for automation that authenticate using access tokens rather than passwords.
35+
3236
## Login form configuration
3337

3438
To configure the presentation of the login form, see the [login form configuration page](/admin/auth/login_form).

docs/api/graphql/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ You should see a response like this:
3232
{ "data": { "currentUser": { "username": "YOUR_USERNAME" } } }
3333
```
3434

35+
For automated scripts, CI/CD pipelines, and production integrations, use [service accounts](/admin/access_control/service_accounts) instead of personal access tokens. Service accounts are designed specifically for programmatic API access and provide better security and audit capabilities.
36+
3537
## Documentation & tooling
3638

3739
### API Console

0 commit comments

Comments
 (0)