ROUL

Results 6 issues of ROUL

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor -...

Editing key/Value is painful where value became long : especialy in ConfigMap ![image](https://user-images.githubusercontent.com/2582255/170422482-5e494fa4-a4bc-4f74-8af2-b79c095afcc9.png) Why not adding an "Edit" button on the top right of the textarea ![image](https://user-images.githubusercontent.com/2582255/170422672-e195f69f-7a2b-40ce-989e-e096155e5f3f.png) Which expand the...

[zube]: Backlog
kind/design
good-first-issue

After hours of fight, we finaly found that the header from config file where not set for proxied WS (as it is on http/s)... with this small fix, it works...

Using variables in some ways to set the color (or bg-color) is not reconized by `purifycss` even if they try to thing the more crazy things [https://github.com/purifycss/purifycss#detecting-the-use-of-button-active-1] So, always adding...

Some Keycload server use another signature algorithm than SHA256 (SHA512, ....) - this PR make user able to decide which to use.

Using Webpack 3.12.4 + vue-loader 17.4.2. Our practice is to split html and js (for maintenance purpose) Here is a simplified sample of what we have * index.vue ```` ````...