deis / controller

Deis Workflow Controller (API)
https://deis.com
MIT License
41 stars 53 forks source link

deis certs are user-scoped #885

Open JeanMertz opened 8 years ago

JeanMertz commented 8 years ago

I've added a certificate using one user, with deis certs:add ..., then as a different user, I want to attach this certificate to an application's custom domain, but when doing deis certs:list, I don't see any certificates (and indeed, deis certs:attach does not work as expected).

both users have their perms set to admin.

helgi commented 8 years ago

Right now that is by design. Apps are the only ones that you can share. We're looking to improve on that in the future

robholland commented 7 years ago

We'd also like this, as things are wildcard certs are a real pain to use. Every dev needs to upload the same certificate prefixed with their initials or something so they can add the certificate to apps. Either admins should be able to see all certs (not sure about that) or you should be able to use permissions to share certs with other users of your choice, which I think is preferably as it's explicit and allows sharing on specific certificates.

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/controller#59