Changelog for
openstack-barbican-api-4.0.1~dev15-28.1.noarch.rpm :
Fri Oct 5 14:00:00 2018 cloud-develAATTsuse.de
- Update to version barbican-4.0.1.dev15:
* import zuul job settings from project-config
Sat Aug 11 14:00:00 2018 cloud-develAATTsuse.de
- Update to version barbican-4.0.1.dev14:
* Ensure module is initialized before being used
Thu Feb 15 13:00:00 2018 cloud-develAATTsuse.de
- Update to version barbican-4.0.1.dev12:
* Zuul: Remove project name
Thu Nov 23 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.1.dev11:
* zuul: run tripleo-scenario002 job
* Fix install guide docs for SUSE
* Update UPPER_CONSTRAINTS_FILE for stable/ocata
* Replace str(uuid.uuid4()) with utils.generate_uuid()
* Correct the file path for deploying Barbican API under mod_wsgi
* Enable installation of barbican_tempest_plugin
* Add Apache 2.0 license header to the alembic_migrations/script.py.mako
* Pass secret_type to repository query
* Add \"keystone_authtoken\" section in barbican.conf
* Use http_proxy_to_wsgi middleware
* Fix typos in alembic.ini & kmip_secret_store.py
* Fix some typos in simple_crypto.py
* Active a unit test in comon/test_validators
* Remove consumer check for project_id to match containers
* Some minor code optimization in post_test_hook.sh
* Fix some typos in database_migrations.rst
* Remove \"KEYSTONE_\" URI settings for devsatck
* Adds true functional tests for db_manage script
* Move rabbit configurations to oslo_messaging_rabbit section
* Insecure default PROTOCOL_TLSv1 version in KMIP plugin
* Port last test (test_secrets) to Python 3
* Port test_quotas to Python 3
* Setup memory DB in test_cmd
* Don\'t supply auth_token information by default in paste
* Port API test_resources to Python 3
* Port test_validators to Python 3
* Port snakeoil_ca to Python 3
* Fix keystone_listener.py
* Checking for input secret_ref to start with input request hostname
* Issue warning for deployers trying to use simple_crypto
* Python 3: fix barbican.tests.plugin.test_store_crypto
* Python3: fix barbican.tests.plugin.test_kmip
* Python3: fix barbican.tests.plugin.crypto.test_crypto
* Python3: fix barbican.tests.api.controllers.test_cas
* migrate keystone_data to openstackclient
* Fix circular dependency of certificate_manager module
* Moved CORS middleware configuration into set_defaults
* Add missing unit test for clean_command and fix error handling
* Change the type of \'bit_length\' from string to integer
* Avoid using `len(x)` to check if x is empty
* Fixing pkcs11_kek_rewrap script
* Reimplement p11_crypto and pkcs11 modules
* test: make enforce_type=True in CONF.set_override
* Change unit tests in test_utils.py and test_contaiers.py to use CONF.set_override
* Correct the returned message when bit_length is absent
* Add more unit tests in test_validators.py for schema validation
* Fix db_manage to initialize mysql from base
* Exit with error code when db_manage.py fails
* Make tests.api.controllers.test_containers py3 compatible
* Exit with error code when db_manage.py fails
* Fix db_manage to initialize mysql from base
* Remove ERROR_ON_CLONE references
* Set host_href parameter in devstack
* Fix devstack gate (and new gate_hook.sh)
* Change test_containers unit test to work around webtest issue
* Add get_count() method to project resource repositories
* Migrate to using gate_hook.sh pre-devstack-update
* Make tests in test_acls.py and test_cas.py py3 compatible
* Make tests in test_hrefs, test_quota py3 compatible
* Fix policy.json certificate_authority inconsistency
* Drop file extensions for /usr/bin/
*
* Add troubleshooting for _bsdbb import error
* Replace oslo incubator code with oslo_service
* Fill project_id in secrets where needed
* Replace oslo incubator code with oslo_utils
* Add project_id to Secret model
* Replace oslo incubator jsonutils with oslo_serialization
* service_enabled instead of environment variable for dogtag
* Added pkcs1_only Configuration to KMIP
* Move policy options to the oslo_policy group in the config
* Fix the sql_pool_logging config attribute
* Fix snakeoil_ca plugin
* Migrate to oslo_context
* Removing signing_dir directive from config
* Fix call to load_privatekey() when passphrase is None
* Fix call to load_privatekey() when passphrase is None
* Removing signing_dir directive from config
* Add order_retry_tasks migration per latest model
* Fix handling of payload_content_encoding for orders
* Switch to oslo_policy
* Remove str() casting for the client_message variable
* Switching how we handle sessions in p11_crypto
* Fix some ca_id related bugs, add more functional test code
* Splitting out remaining order tests from test_resources
* BarbicanHTTPException can take arguments for client_message
* Removed get_secret_type
* Add code to populate CA tables and select plugin based on ca_id
* Remove unused etc/dev_tempest.conf file
* Implement validate_pkcs10_data
* Porting more tests to test_secrets
* Starting to split out orders from test_resources.py
* Starting refactor of test_resources
* Use oslo_log in db-manage script
* get_or_create_project now calls repo factory
* Add clarification regarding _lookup in secrets and orders
* Added secret_type to Secret model
* Add subject_dn validator
* Refactor _lookup for orders controller
* Refactor _lookup for secrets
* Configure keystomemiddleware using identity_uri
* Replace instances of keystone_id from the code
* Change keystone_id for external_id in model
* Fix content_type loading to be consistent
* Setting the max secret bit_length size to be 32767
* Make flake8 ignore
*.egg
* Fix communication of secret_type info
* Bumping default ssl_version to TLSv1, in light of POODLE
* Removing new_name argument from test_wrapper
* Remove config parameter from secret_store.py interface
* Fix Container list to properly format secret_refs
* Add certificate_manager functionality to dogtag plugin
* Refactor secret_store for consistency
* Make transport_key an optional arg in SecretDTO
* Adds store_secret_supports to secret_store
* Code to pass through transport_key_id when storing secret
* Use auth_token from keystonemiddleware
* Added duplicate secret_id validation in a container request
* Replace should_fail for should_raise in tests
* Fix Dogtag plugin and tests to match current secret_store API
* Correct default bit_length to match schema constraint
* Refactor allow_all_content_types for readability
* Add
*
*kwargs to on_
controllers
* Adding 3 new columns Type, Meta and container_id to Orders
* Usage of __metaclass__ not necesary with six.add_metaclass
* Remove extra parameter for generate_symmetric & generate_asymmetric in test plugin
* Set rpm %_topdir macro during build
* Remove custom install_command for argparse
* Switching to use VIRTUAL_ENV env variable
* removing run_tests.sh
* Adding invalid_property attr to support test code
* host_href should include scheme
* Change from using \'cypher_type\' to \'mode\' in API and code base
* Refine the Secret metadata response by
*not
* returning the \'content-encodings\'
* Handle missing cyper_type and algorithm fields
* Add mock testing for the p11_crypto plugin
* Restrict use of \'plain_text\' to \'text/plain\' MIME
* do not need wsgi, using Middleware class from barbican.api.middleware.__init__.py
* using Middleware from api.middleware.__init__, just what we need. Added debug middleware to the __init__ file. Also extended copyright range from 2011-2012
* fixes the problem of \'Command tools/with_venv.sh pip install --upgrade pip failed.\' In the process adopted install_venv_common.py. Note setup.sh is currently commented out
* Save encryption details to kek_metadata, not datum.mime_type
Wed Aug 9 14:00:00 2017 akantAATTsuse.com
- Removing local api paste ini configuration file
Mon Jul 31 14:00:00 2017 abel.navarroAATTmicrofocus.com
- Added patch fix-start-task.patch
* https://review.openstack.org/#/c/485755/
Wed Jul 19 14:00:00 2017 dmuellerAATTsuse.com
- drop signing_dir option
Sat Jun 24 14:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.1.dev9:
* Fix pep8 gate failure because of missing dependency
Wed Jun 7 14:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.1.dev8:
* DevStack plugin set tempest options in test-config section
* Updated from global requirements
Tue Jun 6 14:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.1.dev5:
* Pass cli options to commands
* Update UPPER\\_CONSTRAINTS\\_FILE for stable/ocata
* Replace str(uuid.uuid4()) with utils.generate\\_uuid()
* Correct the file path for deploying Barbican API under mod\\_wsgi
* Enable installation of barbican\\_tempest\\_plugin
* Add Apache 2.0 license header to the alembic\\_migrations/script.py.mako
* Pass secret\\_type to repository query
* Add \"keystone\\_authtoken\" section in barbican.conf
* Use http\\_proxy\\_to\\_wsgi middleware
* Fix typos in alembic.ini & kmip\\_secret\\_store.py
* Fix some typos in simple\\_crypto.py
* Active a unit test in comon/test\\_validators
* Remove consumer check for project\\_id to match containers
* Some minor code optimization in post\\_test\\_hook.sh
* Fix some typos in database\\_migrations.rst
* Remove \"KEYSTONE\\_\" URI settings for devsatck
* Adds true functional tests for db\\_manage script
* Move rabbit configurations to oslo\\_messaging\\_rabbit section
* Insecure default PROTOCOL\\_TLSv1 version in KMIP plugin
* Port last test (test\\_secrets) to Python 3
* Port test\\_quotas to Python 3
* Setup memory DB in test\\_cmd
* Don\'t supply auth\\_token information by default in paste
* Port API test\\_resources to Python 3
* Port test\\_validators to Python 3
* Port snakeoil\\_ca to Python 3
* Fix keystone\\_listener.py
* Checking for input secret\\_ref to start with input request hostname
* Issue warning for deployers trying to use simple\\_crypto
* Python 3: fix barbican.tests.plugin.test\\_store\\_crypto
* Python3: fix barbican.tests.plugin.test\\_kmip
* Python3: fix barbican.tests.plugin.crypto.test\\_crypto
* Python3: fix barbican.tests.api.controllers.test\\_cas
* migrate keystone\\_data to openstackclient
* Fix circular dependency of certificate\\_manager module
* Moved CORS middleware configuration into set\\_defaults
* Add missing unit test for clean\\_command and fix error handling
* Change the type of \'bit\\_length\' from string to integer
* Avoid using \\`len(x)\\` to check if x is empty
* Fixing pkcs11\\_kek\\_rewrap script
* Reimplement p11\\_crypto and pkcs11 modules
* test: make enforce\\_type=True in CONF.set\\_override
* Change unit tests in test\\_utils.py and test\\_contaiers.py to use CONF.set\\_override
* Correct the returned message when bit\\_length is absent
* Add more unit tests in test\\_validators.py for schema validation
* Fix db\\_manage to initialize mysql from base
* Exit with error code when db\\_manage.py fails
* Make tests.api.controllers.test\\_containers py3 compatible
* Exit with error code when db\\_manage.py fails
* Fix db\\_manage to initialize mysql from base
* Remove ERROR\\_ON\\_CLONE references
* Set host\\_href parameter in devstack
* Fix devstack gate (and new gate\\_hook.sh)
* Change test\\_containers unit test to work around webtest issue
* Add get\\_count() method to project resource repositories
* Migrate to using gate\\_hook.sh pre-devstack-update
* Make tests in test\\_acls.py and test\\_cas.py py3 compatible
* Make tests in test\\_hrefs, test\\_quota py3 compatible
* Fix policy.json certificate\\_authority inconsistency
* Drop file extensions for /usr/bin/\\
*
* Add troubleshooting for \\_bsdbb import error
* Replace oslo incubator code with oslo\\_service
* Fill project\\_id in secrets where needed
* Replace oslo incubator code with oslo\\_utils
* Add project\\_id to Secret model
* Replace oslo incubator jsonutils with oslo\\_serialization
* service\\_enabled instead of environment variable for dogtag
* Added pkcs1\\_only Configuration to KMIP
* Move policy options to the oslo\\_policy group in the config
* Fix the sql\\_pool\\_logging config attribute
* Fix snakeoil\\_ca plugin
* Migrate to oslo\\_context
* Removing signing\\_dir directive from config
* Fix call to load\\_privatekey() when passphrase is None
* Fix call to load\\_privatekey() when passphrase is None
* Removing signing\\_dir directive from config
* Add order\\_retry\\_tasks migration per latest model
* Fix handling of payload\\_content\\_encoding for orders
* Switch to oslo\\_policy
* Remove str() casting for the client\\_message variable
* Switching how we handle sessions in p11\\_crypto
* Fix some ca\\_id related bugs, add more functional test code
* Splitting out remaining order tests from test\\_resources
* BarbicanHTTPException can take arguments for client\\_message
* Removed get\\_secret\\_type
* Add code to populate CA tables and select plugin based on ca\\_id
* Remove unused etc/dev\\_tempest.conf file
* Implement validate\\_pkcs10\\_data
* Porting more tests to test\\_secrets
* Starting to split out orders from test\\_resources.py
* Starting refactor of test\\_resources
* Use oslo\\_log in db-manage script
* get\\_or\\_create\\_project now calls repo factory
* Add clarification regarding \\_lookup in secrets and orders
* Added secret\\_type to Secret model
* Add subject\\_dn validator
* Refactor \\_lookup for orders controller
* Refactor \\_lookup for secrets
* Configure keystomemiddleware using identity\\_uri
* Replace instances of keystone\\_id from the code
* Change keystone\\_id for external\\_id in model
* Fix content\\_type loading to be consistent
* Setting the max secret bit\\_length size to be 32767
* Make flake8 ignore \\
*.egg
* Fix communication of secret\\_type info
* Bumping default ssl\\_version to TLSv1, in light of POODLE
* Removing new\\_name argument from test\\_wrapper
* Remove config parameter from secret\\_store.py interface
* Fix Container list to properly format secret\\_refs
* Add certificate\\_manager functionality to dogtag plugin
* Refactor secret\\_store for consistency
* Make transport\\_key an optional arg in SecretDTO
* Adds store\\_secret\\_supports to secret\\_store
* Code to pass through transport\\_key\\_id when storing secret
* Use auth\\_token from keystonemiddleware
* Added duplicate secret\\_id validation in a container request
* Replace should\\_fail for should\\_raise in tests
* Fix Dogtag plugin and tests to match current secret\\_store API
* Correct default bit\\_length to match schema constraint
* Refactor allow\\_all\\_content\\_types for readability
* Add \\
*\\
*kwargs to on\\_ controllers
* Adding 3 new columns Type, Meta and container\\_id to Orders
* Usage of \\_\\_metaclass\\_\\_ not necesary with six.add\\_metaclass
* Remove extra parameter for generate\\_symmetric & generate\\_asymmetric in test plugin
* Set rpm %\\_topdir macro during build
* Remove custom install\\_command for argparse
* Switching to use VIRTUAL\\_ENV env variable
* removing run\\_tests.sh
* Adding invalid\\_property attr to support test code
* host\\_href should include scheme
* Change from using \'cypher\\_type\' to \'mode\' in API and code base
* Refine the Secret metadata response by \\
*not\\
* returning the \'content-encodings\'
* Handle missing cyper\\_type and algorithm fields
* Add mock testing for the p11\\_crypto plugin
* Restrict use of \'plain\\_text\' to \'text/plain\' MIME
* do not need wsgi, using Middleware class from barbican.api.middleware.\\_\\_init\\_\\_.py
* using Middleware from api.middleware.\\_\\_init\\_\\_, just what we need. Added debug middleware to the \\_\\_init\\_\\_ file. Also extended copyright range from 2011-2012
* fixes the problem of \'Command tools/with\\_venv.sh pip install --upgrade pip failed.\' In the process adopted install\\_venv\\_common.py. Note setup.sh is currently commented out
* Save encryption details to kek\\_metadata, not datum.mime\\_type
Thu Mar 23 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.1.dev4:
* Updated from global requirements
Sat Mar 11 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.1.dev3:
* Remove barbican-tempest-plugin install from devstack plugin
4.0.0
Mon Feb 20 13:00:00 2017 tbechtoldAATTsuse.com
- Switch to stable/ocata
Thu Feb 16 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0rc2.dev4:
* Updated from global requirements
Sat Feb 11 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0rc2.dev3:
* Updated from global requirements
* Update reno for stable/ocata
4.0.0.0rc1
Sat Feb 4 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b4.dev29:
* Make error message clear when no supported secret store found
Fri Feb 3 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b4.dev27:
* Add CryptoPluginUnsupportedOperation
* Deprecate Dogtag subca tests
* Fix error message formatting for Dogtag plugin exceptions
* Update previous and next Consumer URLS in filtering
* Fix Consumer API Reference Docs
Thu Feb 2 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b4.dev19:
* Move dogtag plugin dependencies to one yum call
* Add Dogtag plugin dependencies to bindep.txt
* Add Unit Tests for Consumers API Controller
* Add .ropeproject to .gitignore
* Fix typos
* Remove pycadf useless requirement
* Correct the file path for deploying Barbican API under mod_wsgi
* Adds true functional tests for db_manage script
Wed Feb 1 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b4.dev7:
* Split serial and parallel functional test runs
* Clean imports in code
Tue Jan 31 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b4.dev3:
* Revert \"Add ID property to all entities\"
Sat Jan 28 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b4.dev2:
* Add ID property to all entities
4.0.0.0b3
Wed Jan 25 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b3.dev22:
* Updated from global requirements
* using utcnow instead of now in barbican unit tests
* Fix error in api-guide
* Correct configuration of db connection
* Replace str(uuid.uuid4()) with utils.generate_uuid()
* Removes unnecessary utf-8 encoding
* DOC Remove a couple of repeated words
Tue Jan 17 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b3.dev10:
* [devstack] enable logging to stderr
Thu Jan 12 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b3.dev8:
* Updated from global requirements
Wed Jan 4 13:00:00 2017 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b3.dev7:
* Configure authtoken middleware in barbican.conf
* Add build dir to flake8 exclude list
* Enable installation of barbican_tempest_plugin
* Show team and repo badges on README
Thu Dec 15 13:00:00 2016 tbechtoldAATTsuse.com
- config cleanup
Thu Dec 15 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-4.0.0.0b3.dev1:
* Update the KMIPSecretStore tests to not test PyKMIP internals
4.0.0.0b2
Tue Dec 13 13:00:00 2016 aplanasAATTsuse.com
- Create /etc/barbican/barbican.conf.d
Fri Dec 9 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev109:
* Updated from global requirements
* Make rabbitmq configuration much simpler
* Add Apache 2.0 license header to the alembic_migrations/script.py.mako
* Pass secret_type to repository query
* Fix crypto plugin documentation
Wed Dec 7 13:00:00 2016 aplanasAATTsuse.com
- systemd: remove Wants from services.
Wed Dec 7 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev100:
* Updated from global requirements
Tue Dec 6 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev99:
* Introduce hacking check to Barbican
Thu Dec 1 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev98:
* Remove translations for debug level log
Wed Nov 30 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev96:
* Fix hacking check error
Tue Nov 29 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev94:
* [Devstack] Fix devstack plugin compatibility
Wed Nov 23 13:00:00 2016 aplanasAATTsuse.com
- Switch to systemd service files
Wed Nov 23 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev93:
* Using assertIsNotNone() instead of assertNotEqual(None)
Sat Nov 19 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev91:
* Add bindep environment to tox
Fri Nov 18 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev89:
* Files with no code must be left completely empty
* Add \"keystone_authtoken\" section in barbican.conf
Wed Nov 16 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev86:
* Rename crypto.py to base.py
Tue Nov 15 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev84:
* Fix typo in file name
Sat Nov 12 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev83:
* Remove unused pylintrc
* Updated from global requirements
Wed Nov 9 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev80:
* Deprecate Cetificate Resources
Tue Nov 8 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev78:
* Updated from global requirements
Sat Nov 5 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev77:
* TrivialFix: Remove logging import unused
Fri Nov 4 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev76:
* Fix some minor error
* Improve devstack configuration
* Add summary to metadata in setup.cfg file
Thu Nov 3 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev70:
* Updated from global requirements
Mon Oct 31 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev69:
* delete python bytecode including pyo before every test run
Sun Oct 30 13:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev67:
* Fix warning when running tox -e docs
* Fix bindep so that translated jobs work
* Updated from global requirements
* Enable translations
* Use http_proxy_to_wsgi middleware
* Update .coveragerc after the removal of respective directory
Fri Oct 28 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev56:
* Replaced assertion with more specific
* TrivialFix: Remove default=None when set value in Config
Mon Oct 24 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev53:
* Remove redundant \'the\' in doc
* Add dogtag-pki and python-nss as extra requirement
Fri Oct 21 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev50:
* Updated from global requirements
Fri Oct 21 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev49:
* Fix incorrect endpoint in install-guide
* Enforce application/json content type on quota set
* Don\'t include openstack/common in flake8 exclude list
* Default to Keystone authentication
Thu Oct 20 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev43:
* Imported Translations from Zanata
* Updated from global requirements
* Fix coverage test failure
* Fix typo
* TrivialFix: Remove cfg import unused
* modify the home-page info with the developer documentation
Mon Oct 17 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev33:
* Updated from global requirements
* Fix typos in alembic.ini & kmip_secret_store.py
Sun Oct 16 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev29:
* Fix error in installation guide of Ubuntu
Sat Oct 15 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev27:
* Fix some typos in simple_crypto.py
* changed typo from similiar to similar
Wed Oct 12 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev24:
* Fix postgres error during container list
* Enable release notes translation
Sat Oct 8 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev20:
* Use Domains with Keystone v3 in functional tests
* Fix routing for adding a secret to a container
Fri Oct 7 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.1.dev16:
* Updated from global requirements
3.0.0
Tue Oct 4 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0rc2.dev15:
* Updated from global requirements
Fri Sep 30 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0rc2.dev14:
* Fix order of arguments in assertEqual
* Updated from global requirements
* Checking barbican resource id in URI is a valid uuid
Wed Sep 28 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0rc2.dev9:
* Updated from global requirements
* Trivial fix in secretstore module
* Remove white space between print and ()
Wed Sep 21 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0rc2.dev5:
* Imported Translations from Zanata
* Fixes error when deleting consumers
* Active a unit test in comon/test_validators
Sat Sep 17 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0rc2.dev1:
* Update reno for stable/newton
3.0.0.0rc1
Fri Sep 16 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b4.dev26:
* Remove white space between print and ()
* Clean imports in code
Thu Sep 15 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b4.dev24:
* Adding reno release notes for multiple backend feature
* Adding functional tests for multiple backend changes (Part 5)
* Adding rest API for secret-stores resource (Part 4)
* Central logic to sync secret store data with conf data (Part 3)
* Changes for multiple backend conf and friendly plugin names (Part 2)
* typo fix
Wed Sep 14 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b4.dev17:
* Remove consumer check for project_id to match containers
* Support upper-constratints.txt in tox environments
* Fix test suite cleanup
Tue Sep 13 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b4.dev13:
* Don\'t inspect oslo.context
* Adding multiple backend db model and repository support (Part 1)
* Adding API docs for multiple backend support changes
Fri Sep 9 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b4.dev8:
* standardize release note page ordering
* Assigning unwrapped kek handle to new variable to avoid overwrite
Thu Sep 8 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b4.dev4:
* Imported Translations from Zanata
Wed Sep 7 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b4.dev3:
* Add Barbican Verification to Install Guide
* Fix typo in barbican/tests/keys.py
Wed Aug 31 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b4.dev1:
3.0.0.0b3
* Some minor code optimization in post_test_hook.sh
Tue Aug 30 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev45:
* Marking database connection config property as secret
Fri Aug 26 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev43:
* Updated from global requirements
Fri Aug 26 14:00:00 2016 aplanasAATTsuse.com
- Revert generate PID file for systemd (bsc#991985)
Thu Aug 25 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev42:
* Use more specific asserts in tests
Wed Aug 24 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev41:
* Fix some typos in database_migrations.rst
Mon Aug 22 14:00:00 2016 aplanasAATTsuse.com
- Generate PID file for systemd (bsc#991985)
Sat Aug 20 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev40:
* Add install guide
* Make \'url\' references uppercase for consistency
Wed Aug 17 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev37:
* Add Python 3.5 classifier and venv
* modify the home-page info with the developer documentation
Tue Aug 16 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev33:
* Fix the typo in the files
Mon Aug 15 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev31:
* Fix some typos
* Change LOG.warn to LOG.warning
Sat Aug 13 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev27:
* Use international logging message
* Remove \"KEYSTONE_\" URI settings for devsatck
Tue Aug 9 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev23:
* Add documentation for date-filters
Mon Aug 8 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev21:
* Updated from global requirements
* Imported Translations from Zanata
* Generate IV on HSM device for encrypt operations
* Add seed random feature to seed HSM RNG
* Fix the typo
* Fix jenkins failing on coverage report
* Fixed typo in ACL section of API Guide
Wed Aug 3 14:00:00 2016 jsuchomeAATTsuse.com
- fix incorrect systemd macros introduced by last change
Mon Aug 1 14:00:00 2016 jsuchomeAATTsuse.com
- Add systemd service macros (bnc#986415)
systemd v228 has a separate generator for generating the service
files from the init scripts, and daemon-reload is needed during
package installation
Tue Jul 26 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev10:
* User with creator role can delete his/her own secret and container
* dogtag: Only call initialize() if crypto is not None
Fri Jul 22 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev7:
* delete unused LOG
Thu Jul 21 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev5:
* Implement Date Filters for Secrets
* Updated from global requirements
* Imported Translations from Zanata
Mon Jul 18 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-3.0.0.0b3.dev1:
3.0.0.0b2
* pkcs11-key-generation: convert mkek length to int
Wed Jul 13 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev121:
* Move rabbit configurations to oslo_messaging_rabbit section
Mon Jul 11 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev119:
* Insecure default PROTOCOL_TLSv1 version in KMIP plugin
* Correct reraising of exception
* Barbican tests fail because of incomplete test dependencies
Thu Jul 7 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev114:
* Add support for modifying Generic Containers
Tue Jul 5 14:00:00 2016 johannes.grasslerAATTsuse.com
- Added barbican-api-paste.ini
Tue Jun 28 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev113:
* Updated from global requirements
Thu Jun 23 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev112:
* Remove unnecessary executable permissions
Wed Jun 22 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev111:
* Updated from global requirements
* Port last test (test_secrets) to Python 3
* Port test_quotas to Python 3
* Port 3 more unit tests to Python 3
* Setup memory DB in test_cmd
Tue Jun 21 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev105:
* Change SecretAcceptNotSupportedException from exception.BarbicanException to exception.BarbicanHTTPException
* [Trivial] Remove executable privilege of doc/source/conf.py
Fri Jun 17 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev101:
* Correct a typo in apiary.apib
Tue Jun 14 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev99:
* Don\'t supply auth_token information by default in paste
Sat Jun 11 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev97:
* Fixed typo in crypto plugin docs
* Remove unused oslo.concurrency requirement
* Updated from global requirements
* Do not count expired secrets toward quota
* Port API test_resources to Python 3
* Port test_validators to Python 3
* Port snakeoil_ca to Python 3
Fri Jun 3 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev86:
* Updated from global requirements
Wed Jun 1 14:00:00 2016 johannes.grasslerAATTsuse.com
- Renamed barbican-api.conf to barbican-api.conf.sample
Mon May 30 14:00:00 2016 johannes.grasslerAATTsuse.com
- Disable snakeoil_ca plugin by default
Mon May 30 14:00:00 2016 johannes.grasslerAATTsuse.com
- Fixed WSGI configuration
- Moved barbican API WSGI app to DocumentRoot
- Added filter for dangling barbican-test symlink to rpmlintrc
Mon May 30 14:00:00 2016 slunkadAATTsuse.com
- Added missing Source statement for rpmlintrc
Sat May 28 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev85:
* Add retry for recoverable PKCS11 errors
Wed May 25 14:00:00 2016 cloud-develAATTsuse.de
- Update to version barbican-2.0.1.dev83:
* Updated from global requirements
* Python 3: replace the whitelist with a blacklist
* Port translations to Python 3
* Fix doc warnings
* Added KMIP Secret Store to Devstack
* Checking for input secret_ref to start with input request hostname
* Code cleanup
Mon May 23 14:00:00 2016 slunkadAATTsuse.com, johannes.grasslerAATTsuse.com
- Initial packaging (version barbican-2.0.1.dev70)
- Patch barbican api to use system wide configuration (fix-barbican-api.patch)