The module does not have any mandatory parameters. | У модуля нет обязательных настроек. |
Authentication | Аутентификация |
user-authn module provides authentication by default. Also, externalAuthentication can be configured (see below). If these options are disabled, the module will use basic auth with the auto-generated password. | По умолчанию используется модуль user-authn. Также можно настроить аутентификацию через |
Use kubectl to see password: | Посмотреть сгенерированный пароль можно командой: |
shell kubectl -n d8-system exec svc/deckhouse-leader -c deckhouse – deckhouse-controller module values documentation -o json | jq ‘.internal.auth.password’ | shell kubectl -n d8-system exec svc/deckhouse-leader -c deckhouse – deckhouse-controller module values documentation -o json | jq ‘.internal.auth.password’ |
Delete the Secret to re-generate password: | Чтобы сгенерировать новый пароль, нужно удалить Secret: |
shell kubectl -n d8-system delete secret/documentation-basic-auth | shell kubectl -n d8-system delete secret/documentation-basic-auth |
|
|