Skip to content

Commit 3a3d6d2

Browse files
authored
Revert "fix: use securestring in ssm (#111)" (#112)
This reverts commit 3ef4be1.
1 parent 3ef4be1 commit 3a3d6d2

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: SecureString
119+
Type: String
120120
Value: !Ref SysdigSecureAPIToken
121121

122122
SysdigSecureEndpointParameter:
123123
Type: AWS::SSM::Parameter
124124
Properties:
125125
Description: "Sysdig Secure Endpoint URL"
126-
Type: SecureString
126+
Type: String
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: SecureString
167+
Type: String
168168
Value: !Ref SysdigSecureAPIToken
169169

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

177177
ECSFargateClusterStack:

0 commit comments

Comments
 (0)