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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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
.The text was updated successfully, but these errors were encountered: