File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
app/[locale]/data-masking
components/pages/home/promo-data-masking Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ import { BlogPost } from '@/types/blog-post';
77
88export const metadata = getMetadata ( SEO_DATA . DATA_MASKING ) ;
99
10- const POSTS = [ 'how-to-manage-database-access-control' , 'mysql-data-masking' , 'bytebase-vs-flyway' ] ;
10+ const POSTS = [
11+ 'what-is-dynamic-data-masking' ,
12+ 'how-to-manage-database-access-control' ,
13+ 'bytebase-vs-cloudbeaver' ,
14+ ] ;
1115
1216const DataMaskingPage = ( ) => {
1317 const relatedPosts : BlogPost [ ] = [ ] ;
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ const data: AccordionData[] = [
3030 image : '/images/page/main/data-masking/column-level.webp' ,
3131 } ,
3232 {
33- title : 'Unmasked access ' ,
34- description : 'Grant access to unmasked data for specific users.' ,
33+ title : 'Conditional unmasking ' ,
34+ description : 'Grant access to unmasked data for specific users and groups .' ,
3535 image : '/images/page/main/data-masking/access-control.webp' ,
3636 } ,
3737] ;
You can’t perform that action at this time.
0 commit comments