File tree Expand file tree Collapse file tree 4 files changed +2
-16
lines changed Expand file tree Collapse file tree 4 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ Grafana dashboard configmaps are stored in the [Dashboards](./dashboards/) direc
168
168
* ` CAD_PD_USERNAME ` : refers to the username of CAD on PagerDuty
169
169
* ` CAD_SILENT_POLICY ` : refers to the silent policy CAD should use if the incident shall be silent
170
170
* ` PD_SIGNATURE ` : refers to the PagerDuty webhook signature (HMAC+SHA256)
171
- * ` X_SECRET_TOKEN ` : refers to our custom Secret Token for authenticating against our pipeline
172
171
* ` CAD_PROMETHEUS_PUSHGATEWAY ` : refers to the URL cad will push metrics to
173
172
* ` BACKPLANE_URL ` : refers to the backplane url to use
174
173
* ` BACKPLANE_INITIAL_ARN ` : refers to the initial ARN used for the isolated backplane jumprole flow
Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ metadata:
40
40
name : cad-pipe-listener
41
41
spec :
42
42
interceptors :
43
- - ref :
44
- name : " cel"
45
- params :
46
- - name : " filter"
47
- value : " header.canonical('X-Secret-Token').compareSecret('X_SECRET_TOKEN', 'cad-pd-token')"
48
43
# Enable after interceptor deployment is tested
49
44
- ref :
50
45
name : " cad-interceptor"
88
83
valueFrom :
89
84
secretKeyRef :
90
85
key : tls.key
91
- name : cad-event-listener-tls-secret
86
+ name : cad-event-listener-tls-secret
Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ stringData:
10
10
CAD_PD_TOKEN : CHANGEME # refers to the generated private access token for token-based authentication
11
11
CAD_PD_USERNAME : CHANGEME # refers to the username in case username/pw credentials should be used
12
12
CAD_SILENT_POLICY : CHANGEME # refers to the silent policy CAD should use if the incident shall be silent
13
- X_SECRET_TOKEN : CHANGEME # refers to the PagerDuty webhook signature (HMAC+SHA256)
14
- PD_SIGNATURE : CHANGEME # refers to our custom Secret Token for authenticating against our pipeline
13
+ PD_SIGNATURE : CHANGEME # refers to our custom Secret Token for authenticating against our pipeline
Original file line number Diff line number Diff line change @@ -145,12 +145,6 @@ objects:
145
145
bindings :
146
146
- ref : cad-check-trigger
147
147
interceptors :
148
- - params :
149
- - name : filter
150
- value : header.canonical('X-Secret-Token').compareSecret('X_SECRET_TOKEN',
151
- ' cad-pd-token' )
152
- ref :
153
- name : cel
154
148
- ref :
155
149
kind : NamespacedInterceptor
156
150
name : cad-interceptor
@@ -289,7 +283,6 @@ objects:
289
283
CAD_PD_USERNAME : CHANGEME
290
284
CAD_SILENT_POLICY : CHANGEME
291
285
PD_SIGNATURE : CHANGEME
292
- X_SECRET_TOKEN : CHANGEME
293
286
type : Opaque
294
287
- apiVersion : tekton.dev/v1beta1
295
288
kind : Task
You can’t perform that action at this time.
0 commit comments