Jump to: navigation, search

Difference between revisions of "Barbican/v2"

(Created page with "==Barbican v2== * Generic Container data structure is weird, consider making it a proper dict * Container term is confusing, consider")
 
(Barbican v2)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Barbican v2==
 
==Barbican v2==
 +
* Use UUIDs for ID properties instead of URIs in references like the rest of OpenStack
 
* Generic Container data structure is weird, consider making it a proper dict
 
* Generic Container data structure is weird, consider making it a proper dict
 
* Container term is confusing, consider
 
* Container term is confusing, consider
 +
* Use proper links for references rather than single 'ref' link returned now
 +
* Make order types match secret types
 +
** e.g. an AES-256 key is a "symmetric" type secret, but the order type to generate one is "key".  It would be better (less confusing) if they were the same.

Latest revision as of 05:12, 19 October 2016

Barbican v2

  • Use UUIDs for ID properties instead of URIs in references like the rest of OpenStack
  • Generic Container data structure is weird, consider making it a proper dict
  • Container term is confusing, consider
  • Use proper links for references rather than single 'ref' link returned now
  • Make order types match secret types
    • e.g. an AES-256 key is a "symmetric" type secret, but the order type to generate one is "key". It would be better (less confusing) if they were the same.