problem
When trying to Add Object Storage, the UI fails because it sends the payload over GET when it expects POST.
I confirmed that the backend works properly when the request is sent using CloudMonkey.
As I've pointed out before, the ACS UI overuses GET, including for operations where sensitive data is passed in the URL. In this case it happens to break the UI, but we should probably review this behavior more holistically.
versions
Non-Prod deployment of ACS 4.22.0.1
The backend S3-compatible object storage type is MinIO.
The steps to reproduce the bug
...
What to do about it?
No response
problem
When trying to Add Object Storage, the UI fails because it sends the payload over GET when it expects POST.
I confirmed that the backend works properly when the request is sent using CloudMonkey.
As I've pointed out before, the ACS UI overuses GET, including for operations where sensitive data is passed in the URL. In this case it happens to break the UI, but we should probably review this behavior more holistically.
versions
Non-Prod deployment of ACS 4.22.0.1
The backend S3-compatible object storage type is MinIO.
The steps to reproduce the bug
...
What to do about it?
No response