You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2019. It is now read-only.
6.[Setup the Web Hooks in TFS/VSTS](#Setup-the-Web-Hooks-in-TFS-VSTS)
9
+
10
+
11
+
1
12
# Grant access to VSTS/TFS
2
13
3
14
There are three possible options to grant access. In most cases you will have to change the configuration later using the values collected in this step.
@@ -14,7 +25,7 @@ b. Capture Personal Access Token's value and store it for later ![Personal Acces
14
25
instead of a PAT, you can give permission to the account running the Application Pool (see https://github.com/tfsaggregator/tfsaggregator/wiki/Troubleshooting)
15
26
16
27
## 3. [TFS only] Explicit credentials
17
-
or put username and password in clear text inside the policy file
28
+
or put username and password in clear text in the `/AggregatorConfiguration/runtime/authentication` node of the policy file
18
29
19
30
If you do not allow access expect a similar error
20
31

@@ -103,7 +114,7 @@ The `runtime/authentication` element accept two new options
not much secure, but handy for testing and some edge scenario
106
-
2. Personal Access Token
117
+
2. Personal Access Token (obtained on step 1)
107
118
`<authentication personalToken="***" />`
108
119
109
120
@@ -134,6 +145,24 @@ By opening the file you see a snapshot of log file's content.
134
145
135
146
This is the last step: setup the caller, i.e. configure VSTS/TFS to invoke TFS Aggregator (see also [Web Hooks](https://www.visualstudio.com/en-us/docs/integrate/get-started/service-hooks/services/webhooks)).
136
147
148
+
## Using Powershell
149
+
150
+
In the `samples` folder you can find the `Create-Subscriptions.ps1` Powershell script to quickly setup the subscription.
151
+
It requires six arguments and creates the subcription for create, update and restore events.
0 commit comments