Create private key per tenant?
JUNO Devstack
localrc
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://1.1.1.1:5000/v2.0
Im using the following command:
source localrc
nova --os-tenant-name test keypair-add test > keys/test.pem
Private key is only visible to admin user, even though admin has Administrator role on test tenant. If I login with a user part of test tenant I can't see test.pem private key. This seems to be intended behavior as I can create a private key manually from Horizon and I see its only accesible per user base, not for all users which belong to same project.
Question: Can I create a shared "private" key which is accesible via Horizon to all users members of same project/tenant ?