--
NOTE: This is a public discussion list for the Nomulus domain registry project.
---
You received this message because you are subscribed to the Google Groups "nomulus-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nomulus-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomulus-discuss/3fa0a0ef-df0f-462a-a8ec-1932eddb1076o%40googlegroups.com.
Hi Jeremias,ICANN compliance features are somewhat ited to Nomulus. That said, it should be fairly straightforward to make those that you don't need no-ops in that they would simply do nothing or to turn them off via config files.Thanks,
On Thu, Jun 11, 2020 at 8:27 AM Jeremias Braß <br...@kv-gmbh.de> wrote:
--Greetings,we are small company that resells subdomains under a pool short domains registered to us.Our current backend is quite dated by now and we are considering upgrading to Nomulus.From our initial look at the project it seems to meet all our requirements and more.
(https://groups.google.com/d/topic/nomulus-discuss/tLBCLAbPRc8/discussion)We are already partnered with multiple resellers and we would be developing/ revamping our front-end to interface with Nomulus over EPP.Would it be possible to run this project without the ICANN compliance features or are they irrevocably tied into it?Thanks
NOTE: This is a public discussion list for the Nomulus domain registry project.
---
You received this message because you are subscribed to the Google Groups "nomulus-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nomulus...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nomulus-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomulus-discuss/6149bdd1-3b42-4972-8819-174bbdd4102co%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomulus-discuss/6149bdd1-3b42-4972-8819-174bbdd4102co%40googlegroups.com.
--Michael Muller
Ym9yZWQ/
To unsubscribe from this group and stop receiving emails from it, send an email to nomulus-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomulus-discuss/5068dfa7-e016-406d-91ae-1cf12ec25485o%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "nomulus-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nomulus-discuss/4QyFknshKSU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nomulus-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomulus-discuss/c369a1e4-8791-4d76-80ab-a12ba040ba80o%40googlegroups.com.
Though during the creation of the credentials in developer console there was no "Other" type available for creation.
These were all the available options:
We chose Desktop App because it seemed the closest to other, but that may be what caused the problem.
We also used the project_id from the client_secret.json as the Oauth username and without any username but had the same result.
If we then run nomulus login we get the following output in the terminal:
In the chrome browser window that opens we get the following warning after selecting the account to authenticate:
This warning links to here: https://support.google.com/cloud/answer/7454865?authuser=0, though according to the help page apps in development do not need to be verified.
After skipping the warning we get 3 prompts to allow access for different scopes:
And after granting access to all requested scopes we get the following confirmation in the browser window:
Once again, thank you for your time and support.
--
NOTE: This is a public discussion list for the Nomulus domain registry project.
---
You received this message because you are subscribed to a topic in the Google Groups "nomulus-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nomulus-discuss/4QyFknshKSU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nomulus-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomulus-discuss/9d05e49a-65ed-44a9-a143-c026f6815fc7o%40googlegroups.com.
we now encounter the following error with most admin tool commands.
java -jar nomulus.jar -e alpha create_tld foo.example --roid_suffix FOOEXAM --initial_tld_state GENERAL_AVAILABILITY --tld_type TESTException in thread "main" java.lang.IllegalStateException: Requested secret 'tools-cloud-sql-password-string' does not exist.at com.google.common.base.Preconditions.checkState(Preconditions.java:589)at google.registry.keyring.kms.KmsKeyring.getDecryptedData(KmsKeyring.java:205)at google.registry.keyring.kms.KmsKeyring.getString(KmsKeyring.java:178)at google.registry.keyring.kms.KmsKeyring.getToolsCloudSqlPassword(KmsKeyring.java:100)at google.registry.persistence.PersistenceModule.providesNomulusToolJpaTm(PersistenceModule.java:129)at google.registry.persistence.PersistenceModule_ProvidesNomulusToolJpaTmFactory.proxyProvidesNomulusToolJpaTm(PersistenceModule_ProvidesNomulusToolJpaTmFactory.java:73)at google.registry.persistence.PersistenceModule_ProvidesNomulusToolJpaTmFactory.get(PersistenceModule_ProvidesNomulusToolJpaTmFactory.java:44)at google.registry.persistence.PersistenceModule_ProvidesNomulusToolJpaTmFactory.get(PersistenceModule_ProvidesNomulusToolJpaTmFactory.java:13)at dagger.internal.DoubleCheck.get(DoubleCheck.java:47)at google.registry.tools.DaggerRegistryToolComponent.nomulusToolJpaTransactionManager(DaggerRegistryToolComponent.java:835)at google.registry.tools.RegistryCli.runCommand(RegistryCli.java:243)
at google.registry.tools.RegistryCli.run(RegistryCli.java:171)at google.registry.tools.RegistryTool.main(RegistryTool.java:129)
--
NOTE: This is a public discussion list for the Nomulus domain registry project.
---
You received this message because you are subscribed to the Google Groups "nomulus-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nomulus-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomulus-discuss/f77e4bf4-f890-4495-ace8-495a1c912745o%40googlegroups.com.
gcloud kms keyrings create "nomulus" --location "global" --project YOUR_KEYS_PROJECT
gcloud kms keys create "cloud-sql-password-string" \
--location "global" \
--keyring "nomulus" \
--purpose "encryption"
gcloud kms keys create "tools-cloud-sql-password-string" \
--location "global" \
--keyring "nomulus" \
--purpose "encryption"
Install Cloud SQL Passwords in Nomulus Server
--
NOTE: This is a public discussion list for the Nomulus domain registry project.
---
You received this message because you are subscribed to the Google Groups "nomulus-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nomulus-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomulus-discuss/d7f1fd55-a4db-498f-a515-4b83ae202349o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to nomulus...@googlegroups.com.
java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
{
"code" : 404,
"errors" : [ {
"domain" : "global",
"message" : "The 'parameters.managedZone' resource named 'co-de' does not exist.",
"reason" : "notFound"
} ],
"message" : "The 'parameters.managedZone' resource named 'co-de' does not exist."
}
java.lang.RuntimeException: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "Invalid value for 'entity.change.additions[0].name': 'new.co.de.'",
"reason" : "invalid"
} ],
"message" : "Invalid value for 'entity.change.additions[0].name': 'new.co.de.'"
}
cloudDns: | |
# Override test configuration in default-config | |
rootUrl: null | |
servicePath: null |
--
NOTE: This is a public discussion list for the Nomulus domain registry project.
---
You received this message because you are subscribed to a topic in the Google Groups "nomulus-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nomulus-discuss/4QyFknshKSU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nomulus-discu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nomulus-discuss/6a26b383-db39-4702-b3ea-c5f3ee22a20bo%40googlegroups.com.