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

Add ability to receive settings via POST #4

Closed
Tracked by #5
n0nuser opened this issue Feb 20, 2022 · 0 comments · Fixed by #17
Closed
Tracked by #5

Add ability to receive settings via POST #4

n0nuser opened this issue Feb 20, 2022 · 0 comments · Fixed by #17
Assignees
Labels
enhancement New feature or request

Comments

@n0nuser
Copy link
Owner

n0nuser commented Feb 20, 2022

Is your feature request related to a problem? Please describe.
It improves flexibility in the Agent execution flow because it allows not to interrupt the program manually and launch it again.

Describe the solution you'd like
Receive settings as JSON. Replace Pydantic for a new designed class.
When new settings are received, refresh the server with the new settings. Authenticate with the agent with a token, else return auth error.

@n0nuser n0nuser mentioned this issue Feb 20, 2022
12 tasks
@n0nuser n0nuser self-assigned this Feb 20, 2022
@n0nuser n0nuser added the enhancement New feature or request label Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant