chectl: It seems no check OIDC provider configured using getEnsureOIDCProviderInstalledTask
Task
#23047
Labels
area/chectl
Issues related to chectl, the CLI of Che
good first issue
Community, this issue looks easy to start with for a new contributor. Just take it. We'll help you!
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P3
Lower priority than a P2. Optional work that might get done, or not. See also help wanted issues.
Describe the bug
There is a task called
getEnsureOIDCProviderInstalledTask
to check whether OIDC provider was configuredHowever, this task is not called from anywhere, especially not from deploy.ts. So it seems to be skipped on
server:deploy
running regardless of whether--skip-oidc-provider-check
is specified or not.Che version
7.88@latest
Steps to reproduce
Simply run the following
server:deploy
command without--skip-oidc-provider-check
flagIf the task is enabled, the title of
Check if OIDC Provider installed
will be displayedBut not like:
(Note that this is the state in progress)
Expected behavior
During the certain per-installation phase, the title of
Check if OIDC Provider installed
is displayed, and it is checked whetherissuer url
andclient id
are defined as arguments of kube-apiserver.Runtime
Kubernetes (vanilla)
Screenshots
Probably not necessary.
Installation method
chectl/latest
Environment
macOS
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: