Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed collection name: 'caPools/certificateAuthorities/certificates' #238

Closed
dirien opened this issue Nov 10, 2021 · 3 comments
Closed
Labels
question Further information is requested

Comments

@dirien
Copy link

dirien commented Nov 10, 2021

Question
Hi, i started the fulcio server via the docker-compose file. I create a CA at google but i get following error message:

desc = Malformed collection name: 'caPools/certificateAuthorities/certificates'

config looks like this:

..
      "--ca=googleca",
      "--gcp_private_ca_parent=projects/minectl-fn/locations/europe-west3/caPools/dirien/certificateAuthorities/20211110-nmq-zqi",
      "--ct-log-url=http://ct_server:6962/test",
      # Uncomment this for production logging
...

Any hints, of what I am doing wrong? The ~/.config/gcloud is also mapped. Actually everything is set up as described in the DEVELOPMENT.md

Thanks for your feedback.

@dirien dirien added the question Further information is requested label Nov 10, 2021
@dirien dirien changed the title What are you wondering about? Malformed collection name: 'caPools/certificateAuthorities/certificates' Nov 10, 2021
@haydentherapper
Copy link
Contributor

Hey @dirien, this is because Fulcio previously didn't support the GCP CA Service V1 API, it only supported the beta API. With #218, there is now support for the V1 API. You'll need to set --gcp_private_ca_version.

@dirien
Copy link
Author

dirien commented Feb 23, 2022

kk @haydentherapper thanks for the feedback!

@dirien dirien closed this as completed Feb 23, 2022
@haydentherapper
Copy link
Contributor

We also removed this flag recently since we dropped support for the GCP CA Service beta API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants