-
Notifications
You must be signed in to change notification settings - Fork 31
Automatic Rules PeriodicArchiver should not use HTTP requests to self #543
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
Comments
The |
Will start on this after #538 is merged |
Where should I put the extracted logic to save or delete recordings? |
You could probably put it into |
Why does cryostat need to supply credentials when making an http request to itself? Should the refactored
|
In this case, Cryostat is acting as a web client to itself, so it has to go through all the usual communications protocols that any client does. If you chase through what is actually injected here it comes from the We could modify the
It won't need to "validate" them, but it will need to check if the |
Looking at the unit tests, how would one trigger a failure without using a failed http response? I tried spying on
Output:
|
I think what's happening there is that you're created an object called If the |
The text was updated successfully, but these errors were encountered: