This message was deleted.
# extensions
a
This message was deleted.
s
UI side the issue is solved, we're waiting on https://github.com/rancher/rancher/issues/40995 (the ui does not receive the created cloud credential) and https://github.com/rancher/rancher/issues/41745 (bad information supplied to the UI which makes it to the request). If you're solving the issue programmatically would still suggest `POST`ing directly to
v3/cloudcredentials
a
Thank you for the pointers. Will try do what you suggested. Its good to hear is not only happening to me.
I can only get 'null' as a response when trying to do this POST. Exactly like the bug report listed above. Is there a way to find out why rancher is not liking my input?
s
You'll need to fetch the cloudcredential list afterwards and find it in there. Though it depends what your end goal is. I'm kinda assuming you're working around the issue locally and creating the cloud credentials you need separately away from the UI
a
Yes, I'm trying to create the cloud credentials without using the UI. The result of doing a GET to
/v3/cloudcredentials
shows now new credentials added. I'm assuming I'm having a similar issue to the one described in the issue, about Cloud CA credentials. I feel like I might be sending the wrong data.