Skip to content

Add support for config.yml upload #6

@domdom82

Description

@domdom82

At the moment we only support loading a static config.yml on program start.

It would be nice to be able to upload a config dynamically such as:

curl -X POST -d @config.yml https://localhost/config

To support this we need to either protect the /config endpoint from being used in config.yml or introduce namespaces to separate configs from endpoints.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions