user-verification-service

User Verification Service Operator

Channel Revision Published Runs on
latest/edge 10 01 Jul 2025
Ubuntu 22.04
juju deploy user-verification-service --channel edge
Show information

Platform:

Learn about configurations >

  • cpu | string

    K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

  • http_proxy | string

    URL of the HTTP proxy eg http://proxy.internal:6666, it will set the HTTP_PROXY var in the workload environment

  • https_proxy | string

    URL of the HTTPS proxy eg http://proxy.internal:6666, it will set the HTTPS_PROXY var in the workload environment

  • log_level | string

    Default: info

    Configures the log level.

    Acceptable values are: "info", "debug", "warning", "error" and "critical"

  • memory | string

    K8s memory resource limit, e.g. "1Gi". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

  • no_proxy | string

    Domains that need to be excluded from proxying no_proxy="test.com,test.co.uk", it is a comma separate list

  • salesforce_consumer_secret | secret

    A secret with the consumer key/secret pair to use when calling the salesforce API.

    The secret must contain the keys consumer-key and consumer-secret

  • salesforce_domain | string

    The Salesforce domain URL. E.g. https://login.test.salesfoce.com

  • salesforce_enabled | boolean

    Default: True

    Whether the salesforce integration is enabled.

  • support_email | string

    The email that the user will be instructed to contact in case of error