From c3972027a9ae8f2aed14c7bf6bc12bd633bd3ce5 Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Mon, 16 Mar 2026 11:52:55 +0100 Subject: [PATCH] upd: Scopus - api key variables to global reference --- collections/Scopus/environments/Scopus - Prod.yml | 8 ++++---- collections/Scopus/opencollection.yml | 2 +- environments/UniPR.yml | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/collections/Scopus/environments/Scopus - Prod.yml b/collections/Scopus/environments/Scopus - Prod.yml index a7c7ae1..2120b13 100644 --- a/collections/Scopus/environments/Scopus - Prod.yml +++ b/collections/Scopus/environments/Scopus - Prod.yml @@ -1,7 +1,7 @@ name: Scopus - Prod color: "#2E8A54" variables: - - secret: true - name: ScopusApiKey - - secret: true - name: ScopusApiKey2 + - name: ScopusApiKey + value: "{{ScopusApiKey1Global}}" + - name: ScopusApiKey2 + value: "{{ScopusApiKey2Global}}" diff --git a/collections/Scopus/opencollection.yml b/collections/Scopus/opencollection.yml index 6cae15f..28d6ab3 100644 --- a/collections/Scopus/opencollection.yml +++ b/collections/Scopus/opencollection.yml @@ -18,9 +18,9 @@ request: headers: - name: X-ELS-APIKey value: "{{ScopusApiKey}}" - disabled: true - name: X-ELS-APIKey value: "{{ScopusApiKey2}}" + disabled: true bundled: false extensions: bruno: diff --git a/environments/UniPR.yml b/environments/UniPR.yml index 6c6253b..2549c93 100644 --- a/environments/UniPR.yml +++ b/environments/UniPR.yml @@ -8,3 +8,7 @@ variables: name: elixFormsWsAuthenticationTokenGlobal - secret: true name: elixFormsApiPasswordGlobal + - secret: true + name: ScopusApiKey1Global + - secret: true + name: ScopusApiKey2Global