Hi John
As it shows you need to be a domain owner, It seems like you probably lost your domain ownership verification somehow. You can run this [1] command to check the list of your verified domains. And If you look into here <https://cloud.google.com/appengine/docs/standard/python/mapping-custom-domains#adding_a_custom_domain_for_your_application>, it mentioned “ Important: Verifying domain ownership by using a CNAME record is the preferred option for App Engine. If you choose to use a TXT record, you must avoid configuring your domain's DNS with a CNAME record because the CNAME record overrides the TXT record and causes your domain to appear unverified.” I would recommend to check if this could be a reason for you. This <https://cloud.google.com/appengine/docs/standard/python/mapping-custom-domains#adding_a_custom_domain_for_your_application> link also describes how to verify your ownership through Webmaster Central in case you need that. And for webmaster central setting you can also follow this <https://cloud.google.com/endpoints/docs/openapi/verify-domain-name#verifying_ownership> link. In another note it also appears that the domain verification is automatically re-confirmed about every 30 days. So if you remove the verification string from your DNS settings, you will lose the ability to change the configuration within the GCP Console. However, if this happens, the serving setup for the domain does not change and the app continues to serve over the custom domain. [1] gcloud domains list-user-verified On Monday, October 1, 2018 at 7:00:00 PM UTC-4, John Janzen wrote: > > I am trying to enable managed security for an app I've had running for > years. I've also had a custom domain mapped to it for years. > > Selecting the domain does not allow me to *Enable Managed security*. > Mousing over the button informs me that I must be a domain owner to enable > security. > > I believe I've already confirmed ownership (again years ago), see > attachment. > > Is there something I'm missing? > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/2ddbeba7-6edc-4862-9462-9cd560804c36%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
