Skip to end of banner
Go to start of banner

Namespace useful info & tools

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

On this page you’ll guided how to construct tool links to your environment and access them easily at your need and will. Each Rancher environment is named with name with Developer Team name he\she belongs to.

There 2 types of clusters: 1. Okapi based 2 Eureka based, you may distinguish them via pattern in maning convention: folio-dev is a standard(traditional) Okapi cluster, folio-edev is the Eureka cluster(E(eureka)+dev)) == folio-edev.

Any tool’s link is consisting of https + clusterName + namespace(devTeamName) + toolName + DomainName (.ci.folio.org) (with hyphens in between parts of link)

By using an example above, let’s construct a link for pgadmin with assuming that we’ve a namespace on folio-edev cluster, result will be: https://folio-edev-eureka-pgadmin.ci.folio.org

In our example, let’s assume, our team is named as Eureka.

Name

Tool link

Credentials

Note

edge(all modules)

https://{clusterName}-{devTeamName}-edge.ci.folio.org

edgeKeys(for tenants):

diku: eyJzIjoiYmRhd25vM0lwbHdvIiwidCI6ImRpa3UiLCJ1IjoiZGlrdV9hZG1pbiJ9Cg==

consortium: eyJzIjoiYmRhd25vM0lwbHdvIiwidCI6ImNvbnNvcnRpdW0iLCJ1IjoiY29uc29ydGl1bV9hZG1p
biJ9Cg==

Available on all types of envs, list of endpoint could be found on path section for each edge module: pipelines-shared-library/resources/helm/testing.yaml at master · folio-org/pipelines-shared-library (github.com)

URL + “/path“, example:

https://{clusterName}-{devTeamName}-edge.ci.folio.org/oai

pgadmin

https://{clusterName}-{devTeamName}-pgadmin.ci.folio.org

DB password: postgres_password_123!

pg_admin_username: user@folio.org

pg_admin_password: SuperSecret

Available on all types of envs

kafka-ui

https://{clusterName}-{devTeamName}-kafka-ui.ci.folio.org

-

Applicable to built-in Kafka based environments(all dev envs)

kubecost

https://{clusterName}-kubecost.ci.folio.org

-

Cluster level, financial tool

minio

https://{clusterName}-{devTeamName}-minio.ci.folio.org

Dynamic, should be taken from https://rancher.ci.folio.org/ in Secrets section

Not available for S3 based envinronments, such as sprint testing

kong

https://{clusterName}-{devTeamName}-kong.ci.folio.org

-

Applicable to Eureka based environments

keycloak

https://{clusterName}-{devTeamName}-keycloak.ci.folio.org

admin\SuperPassword

Applicable to Eureka based environments

okapi

https://{clusterName}-{devTeamName}-okapi.ci.folio.org

for a token generation:

super_admin\admin

Publicly accessible endpoint, applicable to Okapi based envs(non-Eureka)

UIs

https://{clusterName}-{devTeamName}-{tenantName}.ci.folio.org

diku_admin\admin

consortium_admin\admin

Standard tenants: diku, consortium

  • No labels