Skip to content

Commit

Permalink
Revert "fix: use securestring in ssm (#111)" (#112)
Browse files Browse the repository at this point in the history
This reverts commit 3ef4be1.
  • Loading branch information
tembleking committed Nov 9, 2023
1 parent 3ef4be1 commit 3a3d6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates_apprunner/SecureForCloudAppRunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ Resources:
Type: AWS::SSM::Parameter
Properties:
Description: "Sysdig Secure API Token"
Type: SecureString
Type: String
Value: !Ref SysdigSecureAPIToken

SysdigSecureEndpointParameter:
Type: AWS::SSM::Parameter
Properties:
Description: "Sysdig Secure Endpoint URL"
Type: SecureString
Type: String
Value: !Ref SysdigSecureEndpoint

CloudTrailStack:
Expand Down
4 changes: 2 additions & 2 deletions templates_ecs/CloudVision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ Resources:
Type: AWS::SSM::Parameter
Properties:
Description: "Sysdig Secure API Token"
Type: SecureString
Type: String
Value: !Ref SysdigSecureAPIToken

SysdigSecureEndpointParameter:
Type: AWS::SSM::Parameter
Properties:
Description: "Sysdig Secure Endpoint URL"
Type: SecureString
Type: String
Value: !Ref SysdigSecureEndpoint

ECSFargateClusterStack:
Expand Down

0 comments on commit 3a3d6d2

Please sign in to comment.