Loading config/permissions.yaml +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. Loading Loading @@ -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' Loading js-apps/frontend/src/js/containers/home/home-page-container.js +3 −3 File changed.Contains only whitespace changes. Show changes Loading
config/permissions.yaml +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. Loading Loading @@ -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' Loading
js-apps/frontend/src/js/containers/home/home-page-container.js +3 −3 File changed.Contains only whitespace changes. Show changes