Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class InlongShiroImpl implements InlongShiro {
@Autowired
private InlongTenantService tenantService;

@Value("${openapi.auth.enabled:false}")
@Value("${openapi.auth.enabled:true}")
private Boolean openAPIAuthEnabled;

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ inlong.encrypt.version=1
inlong.encrypt.key.value1="I!N@L#O$N%G^"

# Clients (e.g. agent and dataproxy) must be authenticated by secretId and secretKey if turned on
openapi.auth.enabled=false
openapi.auth.enabled=true

# Audit view by role, see audit id definitions: https://inlong.apache.org/docs/modules/audit/overview#audit-id
audit.admin.ids=3,4,5,6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ inlong.encrypt.version=1
inlong.encrypt.key.value1="I!N@L#O$N%G^"

# clients (e.g. agent and dataproxy) must be authenticated by secretId and secretKey if turned on
openapi.auth.enabled=false
openapi.auth.enabled=true
Loading