Skip to content

Commit 337806b

Browse files
authored
Merge pull request #286 from IABTechLab/tjm-UID2-3488-additional-admin-improvements
added text to create site for ctsg
2 parents b09a8c6 + 94b7499 commit 337806b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release-docker-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
type: choice
88
description: The type of release
99
options:
10-
- Major
11-
- Minor
12-
- Patch
1310
- Snapshot
11+
- Patch
12+
- Minor
13+
- Major
1414
vulnerability_severity:
1515
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised.
1616
type: choice

webroot/adm/oncall/generate-cstg-keypair.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ <h5>Create a new site</h5>
153153
class="form-check-input"
154154
name="createSite-workflow-clientTypes[]" value="PUBLISHER">
155155
<label for="createSite-workflow-clientTypes-PUBLISHER">Is this participant a publisher? Only publishers are allowed to use CSTG.</label>
156+
<div>If the participant is an Advertiser, check <a href="https://atlassian.thetradedesk.com/confluence/display/UID2/UID2+CSTG+How+to+create+a+new+client+side+keypair" target="_blank">UID2 CSTG How to create a new client side keypair</a> for details</div>
156157
</div>
157158
<a href="#create" class="btn btn-primary pt-2"
158159
id="createSite-workflow-submit">Create</a>

0 commit comments

Comments
 (0)