-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add field impersonationAllowedFor to autoCreateTestUsers #738
Add field impersonationAllowedFor to autoCreateTestUsers #738
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also adjust the documentation in https://github.com/Netcentric/accesscontroltool/blob/develop/docs/AdvancedFeatures.md#auto-create-test-users-for-groups
pom.xml
Outdated
@@ -426,7 +426,7 @@ | |||
<plugin> | |||
<groupId>org.owasp</groupId> | |||
<artifactId>dependency-check-maven</artifactId> | |||
<version>9.0.10</version> | |||
<version>10.0.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove those changes, they are incorporated in develop now.
docs/AdvancedFeatures.md
Outdated
@@ -292,6 +292,7 @@ property | comment | required | |||
`path` | The location where the test users shall be created | required | |||
`password` | The password for all test users to be created. Can be encrypted using CryptoSupport. Defaults simply to the authorizable id of the test user. Allows for interpolation with EL *) | optional | |||
`skipForRunmodes` | The configuration is placed in a regular config file, hence it is possible to add one to an author configuration (located in e.g. in a folder "config.author" and one to a publish configuration (e.g. folder "config.publish"). To avoid creating special runmodes folders just for this configuration that list all runmodes except production, skipForRunmodes can be a comma-separated list of runmodes, where the users are not created. Defaults to prod,production | optional | |||
`impersonationAllowedFor` | List of users that can be impersonated by auto-created test users | optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the other way around, those users are allowed to impersonate the auto-created test users!
Quality Gate passedIssues Measures |
No description provided.