This cheat sheet is about, how to configure a project in an IBM Cloud Red Hat OpenShift to access the IBM Cloud Container Registry. We use an image pull secret to access container images from IBM Cloud Container Registries. The cheat sheet combines different steps, which are available in the IBM Cloud documentation.
Automated setup of an IBM Cloud App ID instance using a Bash script
This blog post contains some of the implementation details of an example Bash script to automate the setup for an IBM Cloud App ID service instance. For details, visit this GitHub project.
Error: error getting default registries to try: short-name resolution enforced but cannot prompt without a TTY
Hi, this is a very short blog post. When you use Podman and you are going to build a container with this command: podman build -t "quay.io/$REPOSITORY/mycontainer:v1" -f Dockerfile . You maybe get this error: Error: error getting default registries to try: short-name resolution enforced but cannot prompt without a TTY The reason for that... Continue Reading →
How to setup a virtual machine or virtual appliance in an IBM Cloud virtual private cloud (vpc) environment on a virtual server instance (vsi)? (nested Hypervisor)
This is a cheat sheet about, how to setup a virtual machine or virtual appliance in an IBM Cloud virtual private cloud (vpc) on a virtual server instance (vsi) with Red Hat Enterprise Linux 8 minimal install (RHEL8) as host operating system and a Ubuntu Linux operating system for the virtual machine or virtual appliance.
Use of “Quarkus Security OpenID Connect Multi Tenancy” in an own small example
That blog post is about the usage of the "Quarkus Security OpenID Connect Multi Tenancy" implementation in an own small example, how to extract a tenant and reconfigure OIDC configuration for Keycloak.
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.
Run a Java Web Start (javaws) application on a Mac OS with AdoptOpenJDK-11 runtime
I had the situation that I needed to run a Java Web Start (javaws) application on a mac BigSur OS and AdoptOpenJDK-11 runtime. The OpenWebStart project provided me what I needed in that situation. I didn't want to install an older runtime like Java 8 and manage different runtimes only for the execution of the... Continue Reading →
(Outdated) Some Information about the current IBM Cloud Lite Account
This content is outdated! Please follow the links inside the blog post to get the actual information about current definition of an IBM Cloud Lite Account.
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?
How to simply examine a JSON response from a Cloudant search in Java
This is a short cheat sheet about, how to simply examine a JSON response from a Cloudant search in Java. I found different examples, but these examples were (more or less) older examples, where I missed some pieces and at the end for me the Java EE documentation was the best resource to realize it.
