-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): several issues with deployment
- replace dbutil:scan (shared-resources) with collection:scan - set permissions to resources as well - resources that belong to `nobody/nogroup` are invisible to `admin/dba` the example permissions are therefore set to `admin/dba` and mode is `rw-r----` which is quite restrictive but safe. The comment in the example configuration changed to reflect that. To test that permissions are applied `guest/guest` or `SYSTEM/dba` are options.
- Loading branch information
Showing
5 changed files
with
135 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.