mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-06 16:10:39 +00:00
use a proper kanidm user for api
This commit is contained in:
parent
178afef625
commit
7436dc3e53
|
@ -90,8 +90,8 @@ class KanidmAdminToken:
|
||||||
"api-token",
|
"api-token",
|
||||||
"generate",
|
"generate",
|
||||||
"--rw",
|
"--rw",
|
||||||
"selfprivacy",
|
"sp.selfprivacy-api.service-account",
|
||||||
"token2",
|
"selfprivacy_api_token",
|
||||||
],
|
],
|
||||||
text=True,
|
text=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue