mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 02:57:49 +00:00
Added filestore service to the opensync gateway cloud process so that APs can download firmware images.
This commit is contained in:
@@ -30,6 +30,13 @@
|
||||
<version>${tip-wlan-cloud.release.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<artifactId>filestore-service</artifactId>
|
||||
<groupId>com.telecominfraproject.wlan</groupId>
|
||||
<version>${tip-wlan-cloud.release.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<artifactId>customer-service-remote</artifactId>
|
||||
<groupId>com.telecominfraproject.wlan</groupId>
|
||||
|
||||
@@ -89,6 +89,8 @@ server.port=9096
|
||||
#this port is used by secondary server connector, it is protected by basic authentication, while primary server.port is protected by client certificate auth
|
||||
tip.wlan.secondaryPort=9097
|
||||
|
||||
tip.wlan.listOfPathsToProtect=/api,/filestore
|
||||
|
||||
#this server only supports REST requests, CSRF would get in the way
|
||||
tip.wlan.csrf-enabled=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user