Commit 60f6b7f5 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update meep-iot; Add meep-sss for Sensors-Sharing Serrvice (MEC 046)

parent 15ff9fdd
Loading
Loading
Loading
Loading
+54 −2
Original line number Diff line number Diff line
# Copyright (c) 2022  InterDigital Communications, Inc
# Copyright (c) 2024  InterDigital Communications, Inc
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -759,6 +759,58 @@ services:
          admin: 'allow'
          user: 'allow'
  #------------------------------
  #  IOT Service (Sbox)
  #------------------------------
  - name: 'meep-iot'
    path: '/iots/v1'
    sbox: true
    default:
      mode: 'allow'
    fileservers:
      - name: 'Api'
        path: '/api'
        mode: 'verify'
        roles:
          admin: 'allow'
          user: 'block'
      - name: 'UserApi'
        path: '/user-api'
        mode: 'verify'
        roles:
          admin: 'allow'
          user: 'allow'
    endpoints:
      - name: 'Index'
        path: '/'
        method: 'GET'
        mode: 'block'
  #------------------------------
  #  Sensors Sharing Service (Sbox)
  #------------------------------
  - name: 'meep-sss'
    path: '/sens/v1'
    sbox: true
    default:
      mode: 'allow'
    fileservers:
      - name: 'Api'
        path: '/api'
        mode: 'verify'
        roles:
          admin: 'allow'
          user: 'block'
      - name: 'UserApi'
        path: '/user-api'
        mode: 'verify'
        roles:
          admin: 'allow'
          user: 'allow'
    endpoints:
      - name: 'Index'
        path: '/'
        method: 'GET'
        mode: 'block'
  #------------------------------
  #  FED Service (Sbox)
  #------------------------------
  - name: 'meep-federation'
+3 −3

File changed.

Contains only whitespace changes.