docs: solidify DOCKER_SOCK and ROOT_API_KEY usage
This commit is contained in:
parent
694b22f205
commit
c7e59b137c
7 changed files with 68 additions and 23 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue