creamy-accountant-88363
03/30/2023, 5:55 PMstocky-account-63046
03/30/2023, 6:21 PMcreamy-accountant-88363
03/30/2023, 8:05 PMstocky-account-63046
03/31/2023, 9:15 AMcreamy-accountant-88363
03/31/2023, 2:11 PMstocky-account-63046
03/31/2023, 3:39 PM<http://provisioning.cattle.io/cloud-credential|provisioning.cattle.io/cloud-credential>
resource containing a property, named after the provider, with the provider specific values in. For instance, DO cloud credentials look like...
{
"type": "<http://provisioning.cattle.io/cloud-credential|provisioning.cattle.io/cloud-credential>",
"metadata": {
"generateName": "cc-",
"namespace": "fleet-default"
},
"_name": "asdasd",
"annotations": {
"<http://provisioning.cattle.io/driver|provisioning.cattle.io/driver>": "digitalocean"
},
"digitaloceancredentialConfig": {
"accessToken": "<snip>"
},
"_type": "<http://provisioning.cattle.io/cloud-credential|provisioning.cattle.io/cloud-credential>",
"name": "asdasd"
}
Hopefully you should see a POST to v2/cloudcredentials
with something like above.
However.... i'm not sure how those are found and used within the cluster driver context.creamy-accountant-88363
03/31/2023, 3:48 PM/v3/cloudcredentials
will give the creds, minus any "secret" datastocky-account-63046
03/31/2023, 4:11 PMv3/secret
by with the same id (swapping : with /)creamy-accountant-88363
03/31/2023, 4:46 PM