security(v3): implement IDAA-baseline maximum lockdown

This commit is contained in:
Scott Idem
2026-02-13 19:19:53 -05:00
parent 2266f149f7
commit aca15aab91
5 changed files with 58 additions and 65 deletions

View File

@@ -104,7 +104,6 @@ other_obj_li = {
'table_name': 'v_archive_content',
'tbl_name_update': 'archive_content',
'base_name': Archive_Content_Base,
'public_read': True,
# V3 Search Security:
'searchable_fields': [
'id', 'account_id', 'archive_id', 'hosted_file_id',
@@ -126,7 +125,6 @@ other_obj_li = {
'table_name': 'v_hosted_file',
'tbl_name_update': 'hosted_file',
'base_name': Hosted_File_Base,
'public_read': True,
'exp_default': [
'hosted_file_id_random',
'hash_sha256',