Skip to content

Commit c4b82fe

Browse files
authored
POC-000: update version (#421) (#422)
1 parent 085efe4 commit c4b82fe

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

aws/DRVault-Single-Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Resources:
2929
Type: Custom::FindAMI
3030
Properties:
3131
ServiceToken: !GetAtt GetLatestAMILambda.Arn
32-
Version: "14.2"
32+
Version: "14.4"
3333
Component: "Vault"
3434
OS: !Ref WinVersion
3535
OwnerAccountId: !Ref CyberarkAccountId

aws/Full-PAS-Deployment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Resources:
113113
Type: Custom::FindAMI
114114
Properties:
115115
ServiceToken: !GetAtt GetLatestAMILambda.Arn
116-
Version: "14.2"
116+
Version: "14.4"
117117
Component: "Vault"
118118
OS: !Ref WinVersion
119119
OwnerAccountId: !Ref CyberarkAccountId
@@ -124,7 +124,7 @@ Resources:
124124
Type: Custom::FindAMI
125125
Properties:
126126
ServiceToken: !GetAtt GetLatestAMILambda.Arn
127-
Version: "14.2"
127+
Version: "14.4"
128128
Component: "PVWA"
129129
OS: !Ref WinVersion
130130
OwnerAccountId: !Ref CyberarkAccountId
@@ -135,7 +135,7 @@ Resources:
135135
Type: Custom::FindAMI
136136
Properties:
137137
ServiceToken: !GetAtt GetLatestAMILambda.Arn
138-
Version: "14.2"
138+
Version: "14.4"
139139
Component: "CPM"
140140
OS: !Ref WinVersion
141141
OwnerAccountId: !Ref CyberarkAccountId
@@ -146,7 +146,7 @@ Resources:
146146
Type: Custom::FindAMI
147147
Properties:
148148
ServiceToken: !GetAtt GetLatestAMILambda.Arn
149-
Version: "14.2"
149+
Version: "14.4"
150150
Component: "PSM"
151151
OS: !Ref WinVersion
152152
OwnerAccountId: !Ref CyberarkAccountId
@@ -157,7 +157,7 @@ Resources:
157157
Type: Custom::FindAMI
158158
Properties:
159159
ServiceToken: !GetAtt GetLatestAMILambda.Arn
160-
Version: "14.2"
160+
Version: "14.4"
161161
Component: "PSMP"
162162
OS: "RHEL-9"
163163
OwnerAccountId: !Ref CyberarkAccountId
@@ -168,7 +168,7 @@ Resources:
168168
Type: Custom::FindAMI
169169
Properties:
170170
ServiceToken: !GetAtt GetLatestAMILambda.Arn
171-
Version: "14.2"
171+
Version: "14.4"
172172
Component: "PTA"
173173
OS: "RHEL-9"
174174
OwnerAccountId: !Ref CyberarkAccountId

aws/PAS-Component-Single-Deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Resources:
8282
Condition: PVWACustomImageEmpty
8383
Properties:
8484
ServiceToken: !GetAtt GetLatestAMILambda.Arn
85-
Version: "14.2"
85+
Version: "14.4"
8686
Component: "PVWA"
8787
OS: !Ref WinVersion
8888
OwnerAccountId: !Ref CyberarkAccountId
@@ -93,7 +93,7 @@ Resources:
9393
Condition: CPMCustomImageEmpty
9494
Properties:
9595
ServiceToken: !GetAtt GetLatestAMILambda.Arn
96-
Version: "14.2"
96+
Version: "14.4"
9797
Component: "CPM"
9898
OS: !Ref WinVersion
9999
OwnerAccountId: !Ref CyberarkAccountId
@@ -104,7 +104,7 @@ Resources:
104104
Condition: PSMCustomImageEmpty
105105
Properties:
106106
ServiceToken: !GetAtt GetLatestAMILambda.Arn
107-
Version: "14.2"
107+
Version: "14.4"
108108
Component: "PSM"
109109
OS: !Ref WinVersion
110110
OwnerAccountId: !Ref CyberarkAccountId
@@ -115,7 +115,7 @@ Resources:
115115
Condition: PSMPCustomImageEmpty
116116
Properties:
117117
ServiceToken: !GetAtt GetLatestAMILambda.Arn
118-
Version: "14.2"
118+
Version: "14.4"
119119
Component: "PSMP"
120120
OS: "RHEL-9"
121121
OwnerAccountId: !Ref CyberarkAccountId
@@ -126,7 +126,7 @@ Resources:
126126
Condition: PTACustomImageEmpty
127127
Properties:
128128
ServiceToken: !GetAtt GetLatestAMILambda.Arn
129-
Version: "14.2"
129+
Version: "14.4"
130130
Component: "PTA"
131131
OS: "RHEL-9"
132132
OwnerAccountId: !Ref CyberarkAccountId

aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ CyberArk PAS CloudFormation templates were created to automate the deployment pr
1414
## In order to enable PTA after successful installation please do the below:
1515

1616
If you are using self sign certificate, upload PTA self-sign certificate to PVWA server following this:
17-
https://docs.cyberark.com/pam-self-hosted/14.2/en/content/pta/validating-self-signed-certificate-browser.htm
17+
https://docs.cyberark.com/pam-self-hosted/14.4/en/content/pta/validating-self-signed-certificate-browser.htm

aws/Vault-Single-Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Resources:
3232
Type: Custom::FindAMI
3333
Properties:
3434
ServiceToken: !GetAtt GetLatestAMILambda.Arn
35-
Version: "14.2"
35+
Version: "14.4"
3636
Component: "Vault"
3737
OS: !Ref WinVersion
3838
OwnerAccountId: !Ref CyberarkAccountId

azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ If chosen to use this toolkit, your results would be in the form of an chosen PA
3434
## In order to enable PTA with self sign certificate after successful installation please do the below:
3535

3636
Upload PTA self-sign certificate to PVWA server following this:
37-
https://docs.cyberark.com/pam-self-hosted/14.2/en/content/pta/validating-self-signed-certificate-browser.htm
37+
https://docs.cyberark.com/pam-self-hosted/14.4/en/content/pta/validating-self-signed-certificate-browser.htm

0 commit comments

Comments
 (0)