add IRIS API username to env template

add IRIS API Accept header
This commit is contained in:
2026-05-15 15:49:22 +02:00
parent 57f5cdba7d
commit a32e57b4a3
3 changed files with 6 additions and 2 deletions
@@ -1 +1,2 @@
IrisApiPassword=
IrisApiUsername=
@@ -4,6 +4,6 @@ variables:
- name: IrisApiUrl
value: https://air.unipr.it/gw/rest/api
- name: IrisApiUsername
value: restentities
value: "{{process.env.IrisApiUsername}}"
- name: IrisApiPassword
value: "{{process.env.IrisApiPassword}}"
@@ -15,6 +15,9 @@ config:
bypassProxy: ""
request:
headers:
- name: Accept
value: "*/*"
auth:
type: basic
username: "{{IrisApiUsername}}"