Skip to Main Content

Oracle Database Free

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to store Ollama apache reverse proxy basic authentication credential? (DBMS_VECTOR_CHAIN.CREATE_CREDENTIAL)

Keng Heng. ChanOct 29 2024 — edited Oct 29 2024

Hi,

I've setup a ollama server and configured Apache as reverse proxy to ollama service, and I have configured Apache Basic Authentication to access the apache server.

Tested using curl to access the apache server by passing the --header 'Authorization: Basic <BASE64>' line, and it is working.

How do I configure ADB to store the web server Basic Authentication credential in oracle using DBMS_VECTOR_CHAIN.CREATE_CREDENTIAL?

This post has been answered by Gianni Ceresa on Oct 29 2024
Jump to Answer
Comments
Post Details
Added on Oct 29 2024
3 comments
1,678 views