Last time, I wrote a blog post about "IBM Watsonx.ai and a simple question-answering pipeline using Python and FastAPI", and I had an exchange with my family about an OpenAI sample for a FastAPI application, so I created a small FastAPI server to access OpenAI with Python.
CheatSheet: How to loop an endpoint of an application running on “IBM Cloud Code Engine” with a bash automation
This blog post is a CheatSheet about how to loop an endpoint of an application running on IBM Cloud Code Engine with a bash automation.
How to get the Egress IPs for an IBM Cloud Code Engine Project
This blog post is just a short cheat sheet on how to get the Egress IPs for an IBM Cloud Code Engine Project.
Example of how to connect and use Elasticsearch on IBM Cloud Databases using bash automation and CURL commands
This blog post is a short example of connecting to Elasticsearch on IBM Cloud with Databases for Elasticsearch using bash scripting with cURL.
Show the collection IDs of IBM Cloud Watson Discovery projects using cURL
This blog post is a simple example (cheat sheet) of listing the collections for a project in Watson Discovery using cURL and the IBM Cloud Watson Discovery API V2. You can get more details in the IBM Cloud Watson Discovery API documentation. 1. Log on to IBM Cloud ibmcloud login (-sso) REGION=us-south GROUP=default ibmcloud target -r... Continue Reading →
Map an existing user to a role in a Keycloak realm using CURL
In this blog post I want briefly show, how I implemented the mapping of a role to a user in Keycloak with CURL in a bash script.
Upload an user to Keycloak using CURL
In this blog post I want to briefly show, how I implemented the upload of an user to Keycloak with CURL in a bash script. I came across a helpful blog post (Keycloak REST API: Create a New User), but this blog post didn’t contain the information: How to set the password for the user?
