Skip to content

Commit 3ef4be1

Browse files
authored
fix: use securestring in ssm (#111)
1 parent f3a5f19 commit 3ef4be1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates_apprunner/SecureForCloudAppRunner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ Resources:
116116
Type: AWS::SSM::Parameter
117117
Properties:
118118
Description: "Sysdig Secure API Token"
119-
Type: String
119+
Type: SecureString
120120
Value: !Ref SysdigSecureAPIToken
121121

122122
SysdigSecureEndpointParameter:
123123
Type: AWS::SSM::Parameter
124124
Properties:
125125
Description: "Sysdig Secure Endpoint URL"
126-
Type: String
126+
Type: SecureString
127127
Value: !Ref SysdigSecureEndpoint
128128

129129
CloudTrailStack:

templates_ecs/CloudVision.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ Resources:
164164
Type: AWS::SSM::Parameter
165165
Properties:
166166
Description: "Sysdig Secure API Token"
167-
Type: String
167+
Type: SecureString
168168
Value: !Ref SysdigSecureAPIToken
169169

170170
SysdigSecureEndpointParameter:
171171
Type: AWS::SSM::Parameter
172172
Properties:
173173
Description: "Sysdig Secure Endpoint URL"
174-
Type: String
174+
Type: SecureString
175175
Value: !Ref SysdigSecureEndpoint
176176

177177
ECSFargateClusterStack:

0 commit comments

Comments
 (0)