The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
be-token-service is the JWT token issuing and validation component of Peaka,
an embedded data integration platform. It handles authentication token
lifecycle management for Peaka deployments. This image is based on the
Red Hat Universal Base Image (UBI 9) with OpenJDK 21, runs as a non-root
user, and is compatible with the default restricted-v2 Security Context
Constraint on Red Hat OpenShift. It is deployed as part of the Peaka
platform via the Peaka Helm chart and is not intended to be run standalone.
The following information was extracted from the dockerfile and other sources.
| Canonical image ID | be-token-service |
| Summary | Peaka token service |
| Description | Platform for building and running plain Java applications (fat-jar and flat classpath) |
| Maintainer | furkan@peaka.com |
| Repository name | peaka/be-token-service |
| Image version | 0.0.1 |
| Architecture | amd64 |
| Usage | https://rh-openjdk.github.io/redhat-openjdk-containers/ |
This image is distributed through Peaka's private container registry.
Access requires valid Peaka subscription credentials.
To obtain pull credentials, contact Peaka at support@peaka.com or visit
https://www.peaka.com.
Once you have received your registry credentials (a JSON key file), log in
and pull the image:
podman login -u _json_key --password-stdin europe-west3-docker.pkg.dev < key.json
podman pull europe-west3-docker.pkg.dev/code2-324814/peaka-service-container-images/be-token-service:<tag>
The image is installed as part of the Peaka platform Helm chart, which
configures registry access via an image pull secret. Refer to the Peaka
installation documentation for details.