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

api backend readOnly: what is the purpose of this setting #893

Closed
opichon opened this issue Nov 24, 2016 · 1 comment
Closed

api backend readOnly: what is the purpose of this setting #893

opichon opened this issue Nov 24, 2016 · 1 comment

Comments

@opichon
Copy link

opichon commented Nov 24, 2016

The web or API backend has a readOnly setting. The docs do not explain what this if for.

In the web ui, it seems to have no effect. If set to false, there appears to be no location in the web ui to actually input anything or make changes to the traefik config.

In the API, the docs only give examples of read (GET) requests.

What am I missing?

@emilevauge
Copy link
Member

In the docs:

# Set REST API to read-only mode
#
# Optional
# ReadOnly = false

aka, you cannot push new configurations anymore to the API (not web ui).

In the API, the docs only give examples of read (GET) requests.

Obviously we could add more example in doc on this, but already:

/api/providers/{provider}: GET or PUT provider

@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants