Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention dash environment configuration difficulties in docs #240

Merged
merged 3 commits into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/service_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ Karton classes expose dedicated methods for this purpose.
argparse are then passed to ``config_from_args`` that maps arguments into sections and options of configuration.
That mechanism allows you to define your own arguments and include these values in the final configuration.

.. warning::

Watch out for sections with a ``-`` character when configuring karton services using environment variables.
Some shells (like /bin/sh) won't work correctly and configuration will not be populated with your settings.
See `karton/issues/235 <https://github.com/CERT-Polska/karton/issues/235>`_ for more info.

Customizing ready-made Karton services
--------------------------------------

Expand Down
Loading