Skip to content

Commit

Permalink
add REDIS::AuditLogConfig fvt
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyangming.qym committed Jun 19, 2024
1 parent 1718248 commit 8cb7464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/actiontrail/trail-logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Resources:
- log:GetLogstore
- log:CreateIndex
- log:UpdateIndex
- log:UpdateLogStore
- log:GetIndex
Resource:
- acs:log:*:*:project/*/logstore/actiontrail_*
Expand Down
6 changes: 6 additions & 0 deletions resources/redis/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ Resources:
Password:
Ref: Password
DependsOn: VSwitch
AuditLogConfig:
Type: ALIYUN::REDIS::AuditLogConfig
Properties:
InstanceId:
Ref: Instance
Retention: 1
Whitelist:
Type: ALIYUN::REDIS::Whitelist
Properties:
Expand Down

0 comments on commit 8cb7464

Please sign in to comment.