upd: Scopus - api key variables to global reference
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: Scopus - Prod
|
name: Scopus - Prod
|
||||||
color: "#2E8A54"
|
color: "#2E8A54"
|
||||||
variables:
|
variables:
|
||||||
- secret: true
|
- name: ScopusApiKey
|
||||||
name: ScopusApiKey
|
value: "{{ScopusApiKey1Global}}"
|
||||||
- secret: true
|
- name: ScopusApiKey2
|
||||||
name: ScopusApiKey2
|
value: "{{ScopusApiKey2Global}}"
|
||||||
|
|||||||
@@ -18,9 +18,9 @@ request:
|
|||||||
headers:
|
headers:
|
||||||
- name: X-ELS-APIKey
|
- name: X-ELS-APIKey
|
||||||
value: "{{ScopusApiKey}}"
|
value: "{{ScopusApiKey}}"
|
||||||
disabled: true
|
|
||||||
- name: X-ELS-APIKey
|
- name: X-ELS-APIKey
|
||||||
value: "{{ScopusApiKey2}}"
|
value: "{{ScopusApiKey2}}"
|
||||||
|
disabled: true
|
||||||
bundled: false
|
bundled: false
|
||||||
extensions:
|
extensions:
|
||||||
bruno:
|
bruno:
|
||||||
|
|||||||
@@ -8,3 +8,7 @@ variables:
|
|||||||
name: elixFormsWsAuthenticationTokenGlobal
|
name: elixFormsWsAuthenticationTokenGlobal
|
||||||
- secret: true
|
- secret: true
|
||||||
name: elixFormsApiPasswordGlobal
|
name: elixFormsApiPasswordGlobal
|
||||||
|
- secret: true
|
||||||
|
name: ScopusApiKey1Global
|
||||||
|
- secret: true
|
||||||
|
name: ScopusApiKey2Global
|
||||||
|
|||||||
Reference in New Issue
Block a user