If the | Если модуль |
Authentication | Аутентификация |
user-authn module provides authentication by default. Also, externalAuthentication can be configured. If these options are disabled, the module will use basic auth with the auto-generated password. | По умолчанию используется модуль user-authn. Также можно настроить аутентификацию через |
To view the generated password, run the command: | Чтобы просмотреть сгенерированный пароль, выполните команду: |
shell kubectl -n d8-system exec svc/deckhouse-leader -c deckhouse – deckhouse-controller module values cilium-hubble -o json | jq ‘.ciliumHubble.internal.auth.password’ | shell kubectl -n d8-system exec svc/deckhouse-leader -c deckhouse – deckhouse-controller module values cilium-hubble -o json | jq ‘.ciliumHubble.internal.auth.password’ |
To generate a new password, delete the Secret: | Чтобы сгенерировать новый пароль, удалите Secret: |
shell kubectl -n d8-cni-cilium delete secret/hubble-basic-auth | shell kubectl -n d8-cni-cilium delete secret/hubble-basic-auth |
The | Параметр |