openstack-charmers / charm-interface-vault-kv

Vault interface for simple KV secrets management
Other
0 stars 6 forks source link

[LP#1949913] Disambiguate unit names in a vault related over CMR #14

Closed addyess closed 1 year ago

addyess commented 1 year ago

In an effort to disambiguate the units of a cross-model-relation to vault, each requirer will send a longer unit-name for vault to use when creating a token and role. The requirer can handle an upgraded relation or not.

The provider should respond with the longer unit-name when providing the role_id and token, and clean up the relation removing unused role_id and tokens.

Associated with