mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 15:37:04 +00:00
docs: solidify DOCKER_SOCK and ROOT_API_KEY usage
This commit is contained in:
+1
-2
@@ -151,8 +151,7 @@ export async function finishOidc(oidc: OidcConfig, req: Request) {
|
||||
|
||||
const keyResponse = await post<{ apiKey: string }>(
|
||||
'v1/apikey',
|
||||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
||||
process.env.API_KEY!,
|
||||
oidc.rootKey,
|
||||
{
|
||||
expiration: expDate,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user