Client Portal setup
- Choose
EXTERNAL_REPOorHYDRIX_GITin the site setup flow. - Confirm domain, admin users, and deployment settings in Client Portal.
- Let Hydrix manage schema validation and stored site configuration.
Build & Integrate
Use this page as the implementation hub for repository build requirements, runtime
/admin and /data integration, and launch validation.
EXTERNAL_REPO or HYDRIX_GIT in the site setup flow.build.ymlbuild.yml at the repository root.ARTIFACT_DIR with the configured artifact directory.GET /admin/public/config./admin/* and /data/*.GET /data/auth/config and GET /data/auth/methods as the runtime auth source of truth.providers.google.scopes through unchanged when building Google Hosted UI authorize URLs.build.yml.repo.artifactDirectory or
repoBinding.artifactDirectory.
EXTERNAL_REPO uses an external git repository as the site source.HYDRIX_GIT uses the Hydrix-managed git path and repo binding./admin/api/* and /admin/data/* use the site admin token./data/{operation} uses the site data-system access token.build.yml.ARTIFACT_DIR matches
repo.artifactDirectory or repoBinding.artifactDirectory.
/admin/... and /data/....GET /admin/public/config returns the expected runtime bootstrap./admin/data/* workflow succeeds.GET /data/auth/config and GET /data/auth/methods return the expected runtime auth state./data/* operation succeed.