Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built-in feature services should not allow external updates #232

Closed
claustres opened this issue Dec 22, 2021 · 1 comment
Closed

Built-in feature services should not allow external updates #232

claustres opened this issue Dec 22, 2021 · 1 comment
Labels
bug Something isn't working security Pull requests that address a security vulnerability
Milestone

Comments

@claustres
Copy link
Member

Services providing data like Hub'Eau, Vigicrues, etc. should not allow any write operation from an external client in order to prevent data removal.

@claustres claustres added bug Something isn't working security Pull requests that address a security vulnerability labels Dec 22, 2021
@claustres claustres added this to the v1.3.x milestone Dec 22, 2021
@claustres
Copy link
Member Author

claustres commented Jan 3, 2022

It should be possible to configure such a service to allow to push/remove features from an external source when creating a layer to store eg sensor data like LAB (#233) but in this case we should probably use the API Gateway and the token should be checked for the right to do so in the app. We could also possibly use a webhook as suggested in Akt'n'Map (kalisio/crisis#103). The last option is to use the available permission system in the KDK to manage this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working security Pull requests that address a security vulnerability
Projects
Status: Done
Development

No branches or pull requests

1 participant