Commit 064417fc authored by Mubeena Ishaq's avatar Mubeena Ishaq
Browse files

fix version issues for App Support API

parent 48150992
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ image:
  env:
    MEEP_INSTANCE_ID: {{.InstanceId}}
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_SVC_PATH: /mec_app_support/v1
    MEEP_SVC_PATH: /mec_app_support/v2
    MEEP_HOST_URL: {{.HostUrl}}
    {{- if .IsMepService }}
    MEEP_MEP_NAME: {{.MepName}}
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ default:
#   #------------------------------
#   - name: 'meep-app-enablement'
#     api: 'mec_app_support'
#     path: '/mec_app_support/v1'
#     path: '/mec_app_support/v2'
#     sbox: true
#     default:
#       mode: 'allow'
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ services:
  #------------------------------
  - name: 'meep-app-enablement'
    api: 'mec_app_support'
    path: '/mec_app_support/v1'
    path: '/mec_app_support/v2'
    sbox: true
    default:
      mode: 'verify'
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:9.6-slim
FROM debian:11.7-slim
COPY ./meep-app-enablement /meep-app-enablement
COPY ./api /api
COPY ./user-api /user-api
+2 −2
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@ tags:
  - name: unsupported
  - name: callbacks
servers:
  - url: 'http://127.0.0.1:8081/mec_app_support/v2'
  - url: 'http://localhost/sandboxname/mec_app_support/v2'
    variables: {}
  - url: 'https://127.0.0.1:8081/mec_app_support/v2'
  - url: 'https://localhost/sandboxname/mec_app_support/v2'
    variables: {}
paths:
  /applications/{appInstanceId}/traffic_rules:
Loading