home token
This commit is contained in:
@@ -73,3 +73,15 @@ entries:
|
|||||||
[name, Homepage Provider],
|
[name, Homepage Provider],
|
||||||
]
|
]
|
||||||
open_in_new_tab: false
|
open_in_new_tab: false
|
||||||
|
|
||||||
|
# 3. Provision the static API token linked to the user account
|
||||||
|
- model: authentik_core.token
|
||||||
|
state: present
|
||||||
|
identifiers:
|
||||||
|
identifier: homepage-token
|
||||||
|
attrs:
|
||||||
|
key: !Env HOMEPAGE_VAR_AUTHENTIK_API
|
||||||
|
user: !KeyOf authentik_core.user[username=akadmin]
|
||||||
|
intent: api
|
||||||
|
expiring: false
|
||||||
|
description: "API Token for Homepage status widget"
|
||||||
|
|||||||
Reference in New Issue
Block a user