Loading charts/meep-app-enablement/values-template.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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}} Loading config/permissions-open.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading config/permissions-secure.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading go-apps/meep-app-enablement/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading go-apps/meep-app-enablement/api/app-support/swagger.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
charts/meep-app-enablement/values-template.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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}} Loading
config/permissions-open.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading
config/permissions-secure.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading
go-apps/meep-app-enablement/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
go-apps/meep-app-enablement/api/app-support/swagger.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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