feat(user): implement entity level authorization (#5819)

This commit is contained in:
Rachit Naithani
2024-09-05 23:08:35 +05:30
committed by GitHub
parent 9dd1511b4d
commit e15ea184d9
25 changed files with 806 additions and 246 deletions

View File

@ -90,7 +90,7 @@ pub const EMAIL_TOKEN_TIME_IN_SECS: u64 = 60 * 60 * 24; // 1 day
#[cfg(feature = "email")]
pub const EMAIL_TOKEN_BLACKLIST_PREFIX: &str = "BET_";
pub const ROLE_CACHE_PREFIX: &str = "CR_";
pub const ROLE_INFO_CACHE_PREFIX: &str = "CR_INFO_";
#[cfg(feature = "olap")]
pub const VERIFY_CONNECTOR_ID_PREFIX: &str = "conn_verify";