yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.94k stars 1.06k forks source link

[New Feature] Support for SECURITY LABEL #21237

Open KBerryPP opened 7 months ago

KBerryPP commented 7 months ago

Jira Link: DB-10948

Description

We're working to implement YugabyteDB for some of our workloads. One of these requires exporting an anonymized form of our data for feeding to non-production environments. We presently use the postgresql_anonymizer extension for this, but when trying to implement it in our YugabyteDB solution, we received the following:

yugabyte=# create extension anon;
ERROR:  SECURITY LABEL not supported yet
HINT:  Please report the issue on https://github.com/YugaByte/yugabyte-db/issues

Please implement the necessary pieces or lead us to an alternative method. Thank you!

Warning: Please confirm that this issue does not contain any sensitive information

sushantrmishra commented 6 months ago

@KBerryPP

I have created https://github.com/yugabyte/yugabyte-db/issues/22029 to track for adding the support for postgresql_anonymizer extension. using this issue to track support for adding the support for security label only.