Service Management

This section explains how access is managed for GridOS Connect as well as the platform services that support GridOS Connect.

The link to the GridOS Connect web console is https://console.YOUR_FOUNDATION_DOMAIN/.

The links to all supporting services are available at https://admin.YOUR_FOUNDATION_DOMAIN/.

IDP Configured Credentials

All the following services require credentials from a configured Identity Provider (IDP).

  • Security Administration Tool

  • Grafana

  • Kibana

  • Kiali

  • GridOS Connect Console

  • APISIX Dashboard

Auto Generated Credentials

The following services have auto-generated credentials:

  • Zitadel Console

    • Username: console-iamadmin@zitadel-main.local

    • Password:

      kubectl get secrets zitadel-console-admin -n foundation-cluster-zerotrust --template='{{.data.password | base64decode}}'
  • MinIO Console

    • Username:

      kubectl get secrets minio1-secret -n foundation-cluster-zerotrust --template='{{.data.accesskey | base64decode}}'
    • Password:

      kubectl get secrets minio1-secret  -n foundation-cluster-zerotrust --template='{{.data.secretkey | base64decode}}'