Description
Description
Let's extend the configuration options for a wider range of use-cases.
Proxy
Currently there is a config option to enable an http proxy (--http-proxy
), but only for a static host and port. For environments where it is a prerequisite to use a specific proxy, it would be awesome to be able to configure this with e.g.:
http-proxy-host
http-proxy-port
Users and passwords
The current user and password patterns are user-<index>
and user-<index>-password
, with an index starting at 0. That does not give us a lot of room for the user base we could use (and I guess we can reach the borders of these patterns by only using the user-prefix
config of the dataset module when we generate things). For more freedom in the creation and usage of a user base it would be awesome to be able to adjust this by e.g.:
username-prefix
user-password-prefix
user-password-suffix
user-index-offset
Having that it would be possible to not only adjust the patterns of usernames and passwords, but also to use the user base from let's say index 1-100, or 1000-2000 when we have differenty configured users for some cases.
Discussion
No response
Motivation
We are running keycloak benchmark in an environment that gives us 2 prerequisits.
- a proxy
- a pre-provisioned user base
To be able to meet our requirements, we have to extend the available configuration options with the ones mentioned in the description.
Details
No response