velum icon indicating copy to clipboard operation
velum copied to clipboard

Dashboard for CaaS Platform clusters (v1, v2 and v3)

Results 10 velum issues
Sort by recently updated
recently updated
newest added

On the download page for `kubeconfig` there is a missing space between automatically and read. It says `automaticallyread`. ![velum_typo](https://user-images.githubusercontent.com/4920542/46872027-559ff380-ce33-11e8-987d-ff3a56d19caa.png)

This allows us to include the descriptive name the user gave to each registry, so when creating the resources on the cluster (specially when we create custom resources) we can...

This adds support for removing cluster nodes in the public cloud. It uses salt-cloud to terminate the instance associated with the given minion, and uses a salt event processor to...

Trailing dots causes errors in velum and dex and should not be used. Should prevent errors described in bsc#1097175. @vitoravelino I feel the javascript is really ugly and would be...

Allow user to enable AdmissionWebhook by using a new dedicated page. To work this requires the following PR merged into the salt repo: https://github.com/kubic-project/salt/pull/555 The new UI has to be...

on hold

When configuring an LDAP connection in Velum, the form requires a certificate, despite the "StartTLS" option being off. As soon as you hit "test connection": Missing form data

If a user has a system-wide cert installed, selecting "edit" in order to change the name of the cert will not allow the change to be saved until a new...

Per the discussion with @vitoravelino around the OIDC connector layout at https://github.com/kubic-project/velum/pull/665#discussion_r220731244, there need to be some `hr` tags removed from the LDAP connector for consistency.

https://github.com/kubic-project/velum/blob/b67a614f1900c58674e0de37797339511f040afe/packaging/suse/make_spec.sh#L33 @MaximilianMeister This line introduces a quite complex version of the package. I am wondering if we could simplify it. I have seen `+` is used in other openSUSE package...

Added a new check to verify if the ldap instance is ready before running velum dashboard in order to avoid a connection error when creating a new user. Signed-off-by: Vítor...