3 weeks ago
Hi,
I'm exploring SAP AI Launchpad Standard and I have issue while creating Generic Secret.
I'm using SAP BTP Object Store to store my data. During creation of Generic Secret I've received following error:
With those labels (document-grounding to be specific) i got an error
, my secret structure looks as follows:
{"access_key_id": "base64encoded",
"bucket": "base64encoded",
"host": "base64encoded",
"region": "base64encoded",
"secret_access_key": "base64encoded",
"uri":"base64encoded",
"username":"base64encoded"}
so indeed there is no authentication field but what should passed there in S3 scenario?
Additionaly, if I try to create generic secret without label document-grounding:true it is possible but if I then go to Grounding Management and try to create Data Repository following error appears
Error Code: 404
Message: Received not found from document grounding api = {'requestId': '1394b8d8-88a1-46ee-b840-3b6408aef4dd', 'code': 404, 'message': 'Destination in Configuration not found'}
BTW. I did try to create Generic Secret via Postman as well and the same error appears.
Any ideas?
Kind regards
Request clarification before answering.
Hi
my suggestion:
plz create a service key in BTP cockpit to your S3 Object Store instance, then fill the values in based 64 encoded.
{"access_key_id": "base64encoded", "bucket": "base64encoded", "host": "base64encoded", "region": "base64encoded", "secret_access_key": "base64encoded", "uri":"base64encoded", "username":"base64encoded"}
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
25 | |
22 | |
8 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.