google / nomulus

Top-level domain name registry service on Google Cloud Platform

Home Page:https://registry.google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schema publication fails in alpha

jianglai opened this issue · comments

When building the release artifacts for alpha the schema publication step failed because alpha cloud build service account does not have write access to domain-registry-maven-repository. We obviously don't want to write alpha schema to a repo shared by production.

The comment says this is tentative. So do we have a permanent, environment-agnostic solution yet?

@weiminyu Does it make sense to have the schema hosted on gs://domain-registry-maven-repository? Shouldn't it it be in a private repo? The Maven mirror is public and we don't want our schema to be public, do we?