Activity log for bug #1882599

Date Who What changed Old value New value Message
2020-06-08 21:47:06 Camille Rodriguez bug added bug
2020-06-08 21:50:07 Camille Rodriguez tags cpe-onsite
2020-06-08 21:50:33 Camille Rodriguez summary Vault get_csr function is missing options (L locality, ST province) Vault get_csr function is missing options (L locality, and others)
2020-06-08 21:52:03 Camille Rodriguez description The vault charm limits the number of parameters that can be set when requesting a CSR. The code allows for : ttl, C (country), ST (province), OU (organizational unit), O (organization). The upstream API allows for all those, plus L (locality), street_address, postal_code, serial_number, etc. See the latest list here https://www.vaultproject.io/api-docs/secret/pki#generate-intermediate. Currently, to be able to pass a L parameter, for example, one needs to use directly the vault API instead of the juju actions. The vault charm limits the number of parameters that can be set when requesting a CSR. The code allows for : ttl, C (country), ST (province), OU (organizational unit), O (organization), see https://github.com/openstack/charm-vault/blob/master/src/lib/charm/vault_pki.py#L135. The upstream API allows for all those, plus L (locality), street_address, postal_code, serial_number, etc. See the latest list here https://www.vaultproject.io/api-docs/secret/pki#generate-intermediate. Currently, to be able to pass a L parameter, for example, one needs to use directly the vault API instead of the juju actions.
2020-06-10 18:36:44 Jeff Hillman summary Vault get_csr function is missing options (L locality, and others) Vault get_csr function is missing options (L locality, CN commaon_lame)
2020-06-10 18:36:54 Jeff Hillman summary Vault get_csr function is missing options (L locality, CN commaon_lame) Vault get_csr function is missing options (L locality, CN commaon_name)
2020-06-10 18:37:03 Jeff Hillman summary Vault get_csr function is missing options (L locality, CN commaon_name) Vault get_csr function is missing options (L locality, CN common_name)
2020-06-11 16:14:32 Camille Rodriguez vault-charm: status New Fix Committed
2020-08-03 14:03:44 James Page vault-charm: milestone 20.08
2020-08-14 15:41:04 Alex Kavanagh vault-charm: status Fix Committed Fix Released