dexidp / dex

OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
https://dexidp.io
Apache License 2.0
9.48k stars 1.7k forks source link

Include links and information for gomplate #2645

Open codecleric opened 2 years ago

codecleric commented 2 years ago

Preflight Checklist

Problem Description

DexIDP in the Docker environment (specifically docker-entrypoint ) uses gomplate under the hood to process configuration files and interpolation with env vars. This does not seem to be documented anywhere, and only by search though source is one able to determine valid and invalid ways to configure the docker environment for DexIDP. The gomplate docs are an invaluable resource for this information

Proposed Solution

Expand information related to creating and using templated configurations in the Docker environment and pointing to the gomplate as an additional documentation source.

Alternatives Considered

None

Additional Information

No response

peschmae commented 1 year ago

Also document the intended interaction in kubernetes, as the provided example k8s deployment isn't using the docker-entrypoint but rather the dex binary directly.