We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tests https://github.com/kartoza/docker-geoserver/blob/develop/scenario_tests/login/docker-compose.yml test the passwords created using env variables. It would also help if we could add an additional test that creates a new user and assigns a password using the rest API and we can test if this works when login in.
curl -v -u admin:myawesomegeoserver -X POST -H "Content-Type: application/xml" -d '<?xml version="1.0" encoding="UTF-8"?><user><userName>userxml</userName><password>passwordxml</password><enabled>true</enabled></user>' http://localhost:8600/geoserver/rest/security/usergroup/users/
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature description
The tests https://github.com/kartoza/docker-geoserver/blob/develop/scenario_tests/login/docker-compose.yml test the passwords created using env variables. It would also help if we could add an additional test that creates a new user and assigns a password using the rest API and we can test if this works when login in.
Additional context
No response
The text was updated successfully, but these errors were encountered: