このコンテンツは選択した言語では利用できません。

Chapter 8. RHADS credentials reference


After deploying Red Hat Advanced Developer Suite (RHADS), retrieve the credentials from secrets to access the components. Use the oc CLI in the relevant namespace. Replace <cluster_name> with your OpenShift Container Platform cluster name and <base_domain> with your base domain.

Note

Secrets contain sensitive data, such as admin passwords or client secrets. Retrieve them securely, rotate immediately in production, and follow your organization’s access policies. Handle secrets securely. Avoid echoing to logs or sharing in plain text. Use tools like oc with --dry-run for testing.

Use the following tables for quick access to namespaces, logins, secrets, passwords, and endpoints.

Expand
Table 8.1. Red Hat Advanced Cluster Security (RHACS)
PropertyDetails

Namespace

tssc-acs

Login

admin

Secret

central-htpasswd

Password

$ oc -n tssc-acs get secret central-htpasswd \
-o go-template='{{printf "%s\n"
(index .data "password" | base64decode)}}'
Copy to Clipboard Toggle word wrap

Endpoints

https://central-tssc-acs.apps.<cluster_name>.<base_domain>

Expand
Table 8.2. Red Hat OpenShift GitOps (ArgoCD)
PropertyDetails

Namespace

tssc-gitops

Login

admin

Admin Secret

tssc-gitops-cluster

Admin Password

$ oc -n tssc-gitops get secret tssc-gitops-cluster \
  -o go-template='{{printf "%s\n"
  (index .data "admin.password" | base64decode)}}'
Copy to Clipboard Toggle word wrap

Integration Secret

tssc-argocd-integration

Integration Password

$ oc -n tssc-gitops get secret tssc-argocd-integration \
  -o go-template='{{printf "%s\n"
  (index .data "admin.password" | base64decode)}}'
Copy to Clipboard Toggle word wrap

Endpoints

https://tssc-gitops-server-tssc-gitops.apps.<cluster_name>.<base_domain>

Expand
Table 8.3. Red Hat Advanced Cluster Security (RHACS)
PropertyDetails

Namespace

tssc-keycloak

Login

admin

Secret

keycloak-initial-admin

Password

oc -n tssc-keycloak get secret keycloak-initial-admin \
  -o go-template='{{printf "%s\n"
  (index .data "password" | base64decode)}}'
Copy to Clipboard Toggle word wrap

Endpoints

https://sso.apps.<cluster_name>.<base_domain>

Expand
Table 8.4. Red Hat Trusted Artifact Signer (RHTAS)
PropertyDetails

Namespace

tssc-tas

Login

(Via Keycloak realm: trusted-artifact-signer)

Secret

trusted-artifact-signer-user

Password

$ oc -n tssc-tas get secret trusted-artifact-signer-user \
  -o go-template='{{printf "%s\n"
  (index .data "password" | base64decode)}}'
Copy to Clipboard Toggle word wrap

Endpoints

https://sso.apps.<cluster_name>.<base_domain>/realms/trusted-artifact-signer/account/

Expand
Table 8.5. Red Hat Trusted Profile Analyzer (RHTPA)
PropertyDetails

Namespace

tssc-tpa

Login

admin (chicken realm)

Secret

tpa-realm-chicken-admin (Additional clients: tpa-realm-chicken-clients)

Password

$ oc -n tssc-tpa get secret tpa-realm-chicken-admin \
  -o go-template='{{printf "%s\n"
  (index .data "password" | base64decode)}}'
Copy to Clipboard Toggle word wrap

Endpoints

  • Keycloak: https://sso.apps.<cluster_name>.<base_domain>/realms/chicken
  • Bombastic API: sbom-tssc-tpa.apps.<cluster_name>.<base_domain>
  • Documentation: https://docs-tssc-tpa.apps.<cluster_name>.<base_domain>
  • SPOG API: api-tssc-tpa.apps.<cluster_name>.<base_domain>
Expand
Table 8.6. Red Hat Developer Hub (RHDH)
PropertyDetails

Namespace

tssc-dh

Login

admin

Secret

oc get secrets -n tssc-dh | grep admin

Password

$ oc -n tssc-dh get secret <rhdh-admin-secret> \
  -o go-template='{{printf "%s\n"
  (index .data "admin-password" | base64decode)}}'
Copy to Clipboard Toggle word wrap

Endpoints

https://backstage-developer-hub-tssc-dh.apps.<cluster_name>.<base_domain>

Tip
  • Run password commands with oc in the listed namespace.
  • Run oc get routes -n <namespace> for available endpoints in each namespace.
  • You can also get secrets from the OpenShift Container Platform console under Workloads > Secrets.
  • You can also get routes from the OpenShift Container Platform console under Workloads > Topology.

Revised on 2026-02-04 23:24:14 UTC

Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2026 Red Hat
トップに戻る