ankane / hypershield

Shield sensitive data in Postgres and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Per table columns hiding

rhymes opened this issue · comments

Is there a way to selectively hide a column name which might contain sensitive data in one table but keep it shown from a different table?

For example: notes.content might be hidden but orders.content should be kept shown.

I glanced trough the code but it doesn't seem like the filter can do that.

Thank you!

Hi @rhymes, you can use table.column with the show and hide options.

@ankane sorry! I should have double checked the README https://github.com/ankane/hypershield#configuration

Closing this and going to apply the change to the Hypershield configuration.

Great tool!