I am trying to add my ONTAP S3 bucket and I am getting error
I am not able to add location profile with below inputs:
Profile Name : test1
Cloud Storage Provider : S3 Compatible ONTAP S3
Endpoint : https://10.31.48.29/ (same result with the domain name)
Valid access and secret keys
Region : Not applicable
Bucket : toolpod
I know the bucket works because other applications are using it without any issues
profile,{\"apiVersion\":\"config.kio.kasten.io/v1alpha1\",\"kind\":\"Profile\",\"metadata\":{\"name\":\"backup2sec\",\"namespace\":\"kasten-io\"},\"spec\":{\"locationSpec\":{\"objectStore\":{\"objectStoreType\":\"S3\",\"name\":\"toolpod\",\"region\":\"\",\"endpoint\":\"https://10.31.48.29/\",\"skipSSLVerify\":true},\"type\":\"ObjectStore\"},\"type\":\"Location\"}}","origin":"frontend","sessionId":"e421dc9e-8b66-448e-885d-0e18ffd31a16","time":"20220925-14:42:22.243Z","version":"5.0.2"}
26{"File":"kasten.io/k10/kio/bff/profiles.go","Function":"kasten.io/k10/kio/bff.CreateCredentialAndProfileCR","Line":145,"cluster_name":"6af318d6-027e-4eb9-baaa-306ed88aa89e","error":{"message":"Failed to create profile","function":"kasten.io/k10/kio/bff.CreateProfileCR","linenumber":29,"file":"kasten.io/k10/kio/bff/profiles.go:29","fields":i{"name":"namespace","value":"kasten-io"},{"name":"name","value":"backup2sec"}],"cause":{"message":"{\"message\":\"Failed to validate profile location\",\"function\":\"kasten.io/k10/kio/configcontroller/profile.validateProfile\",\"linenumber\":59,\"file\":\"kasten.io/k10/kio/configcontroller/profile/profile_validation.go:59\",\"cause\":{\"message\":\"Could not get profile bucket\",\"function\":\"kasten.io/k10/kio/configcontroller/profile.checkLocationObjectStore\",\"linenumber\":340,\"file\":\"kasten.io/k10/kio/configcontroller/profile/profile_validation.go:340\",\"fields\":e{\"name\":\"bucket\",\"value\":\"toolpod\"}],\"cause\":{\"message\":\"failed to get bucket toolpod…
Can anyone help?