command
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Oct 30, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 43
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Running Greenhouse Operator Locally
An extensive guide is available in the localenv documentation.
This is a quick note on running the operator with Dex storage backend configuration
Using kubernetes as the Dex storage backend
When running the operator locally the kubernetes mode is automatically detected:
KUBECONFIG environment variable - example - export KUBECONFIG=/path/to/config (Priority 1)
- kube config from the recommended dir and file - example -
$HOME/.kube/config (Priority 2)
- Running inside a kubernetes cluster,
in-cluster mode is used. (Priority 3)
Using postgres as the Dex storage backend
If you are using postgres as the dex storage backend, you need to set the following environment variables:
PG_DATABASE=<postgres-database> ex: postgres (defaults to postgres if not set)
PG_PORT=<postgres-port> ex: 5432 (defaults to 5432 if not set)
PG_USER=<postgres-user> ex: postgres (defaults to postgres if not set)
PG_HOST=<postgres-host> ex: localhost (required)
PG_PASSWORD=<postgres-password> ex: password (required)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.