novoda / dashboards

The dashboards we have running in our offices!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add configuration type `secret`

ouchadam opened this issue · comments

We should not have any secret in plain text in the UI.

This will involve add a new config field type to the plugin and handling it in the website.

Next steps will be to salt the value in the database, similar to how jenkins is handling this.