linode / provider-linode

Provider Linode is a Crossplane provider for managing Linode Akamai Cloud Computing resources.
Apache License 2.0
12 stars 9 forks source link

Missing access key id on objectstorage key #5

Closed mwienk closed 1 year ago

mwienk commented 1 year ago

I can succesfully create a Key object in Linode, but when I try to use the credentials in my application I can only see the secret key in the k8s secret. As I also need to use an access key id for s3 connections, so I'm wondering how I would be able to retrieve it. It does seem to be available in the status of the managed resource.

Any help would be greatly appreciated.

eljohnson92 commented 1 year ago

@mwienk Thanks for reporting this issue, I've opened up a PR to look to fix this and will hopefully get a release cut with this fix in shortly

mwienk commented 1 year ago

@eljohnson92 wow that was fast! Thank you so much!