-
Notifications
You must be signed in to change notification settings - Fork 656
tests: support testenv setup in non-anonymous mode #15130
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
tests: support testenv setup in non-anonymous mode #15130
Conversation
🟢 |
471660a
to
8d1fd76
Compare
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Add support for fully authenticated setup operations to `tests/library/`. Before that library could only execute cluster setup, configuration and database manipulation in anonymous mode or in the mode when every user is a cluster admin. Now `tests/library/` can operate when `administration_allowed_lists` is not empty and `enforce_user_token_requirement=True`.
Add support for fully authenticated setup operations to `tests/library/`. Before that library could only execute cluster setup, configuration and database manipulation in anonymous mode or in the mode when every user is a cluster admin. Now `tests/library/` can operate when `administration_allowed_lists` is not empty and `enforce_user_token_requirement=True`.
Add support for fully authenticated setup operations to `tests/library/`. Before that library could only execute cluster setup, configuration and database manipulation in anonymous mode or in the mode when every user is a cluster admin. Now `tests/library/` can operate when `administration_allowed_lists` is not empty and `enforce_user_token_requirement=True`.
Add support for fully authenticated setup operations to
tests/library/
.Before that library could only execute cluster setup, configuration and database manipulation in anonymous mode or in the mode every user is cluster admin.
Now
tests/library/
can operate whenadministration_allowed_lists
is not empty andenforce_user_token_requirement=True
.