Comment 7 for bug 1628957

Revision history for this message
Douglas Mendizábal (dougmendizabal) wrote :

WORKAROUND:

For now you can retrieve secrets by using the secret.secret_id property.

    retrieved_secret = conn.key_manager.get_secret(my_secret.secret_id)

works as expected.