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

How to configure eXistDB security in DockerFile #832

Open
LaurentNoyon opened this issue Sep 12, 2022 · 2 comments
Open

How to configure eXistDB security in DockerFile #832

LaurentNoyon opened this issue Sep 12, 2022 · 2 comments
Assignees

Comments

@LaurentNoyon
Copy link

I haven't found in docker documentation any explanations on how to configure eXistDB security. Would it be possible to have clear instructions about how to prevent unauthentified users to browse and explore xml files via the dashboard ?

I already have this DockerFile :

FROM existdb/existdb:5.3.1
RUN [ "java", "org.exist.start.Main", "client", "--no-gui", "-l", "-u", "admin", "-P", "", "-x", "sm:passwd('admin', 'mypassword')" ]

And this docker-compose :

services:
exist:
build:
context: ./exist/
ports:
...
networks:
- exist_network
volumes:
- exist_data:/exist/data
- exist_config:/exist/config
restart: always

volumes:
exist_data:
exist_config:

networks:
exist_network:
driver: bridge

Thanks for your help.

@welcome
Copy link

welcome bot commented Sep 12, 2022

Thanks for opening your first issue here!

@LaurentNoyon
Copy link
Author

Please is it possible to have some feedback or help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants