You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
From @JeanMertz on July 15, 2016 13:52
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 doingdeis certs:list
, I don't see any certificates (and indeed,deis certs:attach
does not work as expected).both users have their
perms
set toadmin
.Copied from original issue: deis/controller#885
The text was updated successfully, but these errors were encountered: