Uplift from ONAP. 31/8131/2
authorPatrikBuhr <patrik.buhr@est.tech>
Wed, 27 Apr 2022 13:16:25 +0000 (15:16 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Wed, 27 Apr 2022 13:20:16 +0000 (15:20 +0200)
Usage of authorization token.

Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-743
Change-Id: I7a1a5d50c992e5ad3f7f8a1a7b8ab48276145c5b

config/application.yaml
onap/oran
pom.xml

index 5684c46..54f47e0 100644 (file)
@@ -77,4 +77,7 @@ app:
   # the config-file-schema-path referres to a location in the jar file. If this property is empty or missing, 
   # no schema validation will be executed. 
   config-file-schema-path: /application_configuration_schema.json
+  # A file containing an authorization token, which shall be inserted in each HTTP header (authorization).
+  # If the file name is empty, no authorization token is sent.
+  auth-token-file:
 
index 4b62052..e9ddfb1 160000 (submodule)
--- a/onap/oran
+++ b/onap/oran
@@ -1 +1 @@
-Subproject commit 4b6205245fd4839e4449e26aa4e3000ddb30ecc1
+Subproject commit e9ddfb1e0e0b256986d24aa02129e2e3850bb480
diff --git a/pom.xml b/pom.xml
index 12b8ecd..1737952 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     <properties>
         <java.version>11</java.version>
         <springfox.version>3.0.0</springfox.version>
-        <immutable.version>2.8.2</immutable.version>
+        <immutable.version>2.8.8</immutable.version>
         <swagger.version>2.1.13</swagger.version>
         <json.version>20211205</json.version>
         <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>