Pierre Baumard

Results 8 comments of Pierre Baumard

Would [STAplus](https://github.com/securedimensions/FROST-Server-PLUS) cover at least some of your needs? Otherwise you can implement access rights by yourself following [FROST fine-grained authorisation details](https://fraunhoferiosb.github.io/FROST-Server/settings/auth.html).

There are now two ways to implement entity-based security in Frost server: - either with EntityType validators and a plugin as in [FROST-Server-PLUS](https://github.com/securedimensions/FROST-Server-PLUS/) - or with PostgreSQL Row-Level Security as...

@dedece35 Any chance to get this PR reviewed? It would then be necessary to update all plugins. Android plugin would neeed to migrate to ecoCode rule specifications: https://github.com/green-code-initiative/ecoCode-android/issues/79

> review in progress ! @dedece35 Any progress on the review? I don't see any point waiting for me. Please remove the label "waiting commiter" to clarify this PR status.

@dedece35 It seems all the PR builds are failing because of a "401 Unauthorized" error on the Sonar server: > Error: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:5.0.0.4389:sonar (default-cli) on project creedengo-rules-specifications:...

> * Too many changed files at once, reviews become shallow in those cases The many files change are mainly just a consequence of the testing added which make the...

> "email" format validation may be added with one extra line in the `case` list that uses the popular regular expression: > > ```sql > WHEN 'email' THEN IF target...