8000 GitHub Β· Where software is built 8000
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Extend configuration options for custom proxy and username / password patternsΒ #1119
Closed
@dmnkdmnt

Description

@dmnkdmnt

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.

  1. a proxy
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0