Hi there,
I've been working on building and deploying Nomulus on my machine. Thanks to the generous help from @Lai Jiang, I successfully completed all the steps outlined in
docs/install.md.
The successful build is shown in Pic 1 (build successful) and Pic 2 (used another windows machine to visit '
https://acme-registry-alpha.appspot.com/registrar' after replacing it with my project ID, where I encountered a 'Not authorized' page).
I'm now following the
configuration guide
, but it seems I haven't completed all the necessary steps, as I
still get the 'Not authorized' page when I try to rebuild and redeploy using the command
./nom_build appengineDeploy --environment=alpha. I have three specific questions that I'd like to clarify:
-
I followed the instructions in the
Global configuration
section, but I don't have G Suite (now known as Google Workspace). Could this be causing any issues?
-
I attempted to follow the three steps in the OAuth 2 client id configuration section, but I couldn’t complete the step to 'Add the new client ID to the configured list of allowed client IDs,' as I couldn't find the allowedOauthClientIds parameter in default-config.yaml. I'm unsure how to proceed with this step.
- My nomulus-config-alpha.yaml file is shown in Pic 3. I'm not certain if this configuration file includes all the necessary parameters or if it's correctly set up.
Thank you so much for your time and assistance!
Pic1: symbol of building successfully
Pic2: symbol of building successfully
Pic3: my nomulus-config-alpha.yaml (sensitive information has been redacted)