.coveragerc
.mailmap
.stestr.conf
.zuul.yaml
AUTHORS
ChangeLog
HACKING.rst
LICENSE
README.rst
apiary.apib
bindep.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
api-guide/source/acls.rst
api-guide/source/conf.py
api-guide/source/consumers.rst
api-guide/source/containers.rst
api-guide/source/dogtag_setup.rst
api-guide/source/index.rst
api-guide/source/orders.rst
api-guide/source/pkcs11keygeneration.rst
api-guide/source/quotas.rst
api-guide/source/secret_metadata.rst
api-guide/source/secrets.rst
barbican/__init__.py
barbican/context.py
barbican/i18n.py
barbican/version.py
barbican.egg-info/PKG-INFO
barbican.egg-info/SOURCES.txt
barbican.egg-info/dependency_links.txt
barbican.egg-info/entry_points.txt
barbican.egg-info/not-zip-safe
barbican.egg-info/pbr.json
barbican.egg-info/requires.txt
barbican.egg-info/top_level.txt
barbican/api/__init__.py
barbican/api/app.py
barbican/api/app.wsgi
barbican/api/hooks.py
barbican/api/controllers/__init__.py
barbican/api/controllers/acls.py
barbican/api/controllers/consumers.py
barbican/api/controllers/containers.py
barbican/api/controllers/orders.py
barbican/api/controllers/quotas.py
barbican/api/controllers/secretmeta.py
barbican/api/controllers/secrets.py
barbican/api/controllers/secretstores.py
barbican/api/controllers/transportkeys.py
barbican/api/controllers/versions.py
barbican/api/middleware/__init__.py
barbican/api/middleware/context.py
barbican/api/middleware/microversion.py
barbican/api/middleware/simple.py
barbican/cmd/__init__.py
barbican/cmd/barbican_manage.py
barbican/cmd/db_manage.py
barbican/cmd/keystone_listener.py
barbican/cmd/pkcs11_kek_rewrap.py
barbican/cmd/pkcs11_key_generation.py
barbican/cmd/pkcs11_migrate_kek_signatures.py
barbican/cmd/retry_scheduler.py
barbican/cmd/status.py
barbican/cmd/worker.py
barbican/cmd/functionaltests/.testr.conf
barbican/cmd/functionaltests/__init__.py
barbican/cmd/functionaltests/test_db_manage.py
barbican/common/__init__.py
barbican/common/accept.py
barbican/common/config.py
barbican/common/exception.py
barbican/common/hrefs.py
barbican/common/policy.py
barbican/common/quota.py
barbican/common/resources.py
barbican/common/utils.py
barbican/common/validators.py
barbican/common/policies/__init__.py
barbican/common/policies/acls.py
barbican/common/policies/base.py
barbican/common/policies/consumers.py
barbican/common/policies/containers.py
barbican/common/policies/orders.py
barbican/common/policies/quotas.py
barbican/common/policies/secretmeta.py
barbican/common/policies/secrets.py
barbican/common/policies/secretstores.py
barbican/common/policies/transportkeys.py
barbican/hacking/__init__.py
barbican/hacking/checks.py
barbican/locale/en_GB/LC_MESSAGES/barbican.po
barbican/locale/zh_CN/LC_MESSAGES/barbican.po
barbican/model/__init__.py
barbican/model/clean.py
barbican/model/models.py
barbican/model/repositories.py
barbican/model/sync.py
barbican/model/migration/__init__.py
barbican/model/migration/alembic.ini
barbican/model/migration/commands.py
barbican/model/migration/alembic_migrations/README
barbican/model/migration/alembic_migrations/__init__.py
barbican/model/migration/alembic_migrations/container_init_ops.py
barbican/model/migration/alembic_migrations/encrypted_init_ops.py
barbican/model/migration/alembic_migrations/env.py
barbican/model/migration/alembic_migrations/kek_init_ops.py
barbican/model/migration/alembic_migrations/order_ops.py
barbican/model/migration/alembic_migrations/projects_init_ops.py
barbican/model/migration/alembic_migrations/script.py.mako
barbican/model/migration/alembic_migrations/secrets_init_ops.py
barbican/model/migration/alembic_migrations/transport_keys_init_ops.py
barbican/model/migration/alembic_migrations/versions/0f8c192a061f_add_secret_consumers.py
barbican/model/migration/alembic_migrations/versions/39cf2e645cba_ocata_rebase.py
barbican/model/migration/alembic_migrations/versions/8c74e2d7f1ff_update_secret_consumers_unique_.py
barbican/objects/__init__.py
barbican/objects/base.py
barbican/objects/container.py
barbican/objects/container_acl.py
barbican/objects/container_acl_user.py
barbican/objects/container_consumer_meta.py
barbican/objects/container_secret.py
barbican/objects/encrypted_datum.py
barbican/objects/fields.py
barbican/objects/kekdatum.py
barbican/objects/order.py
barbican/objects/order_barbican_metadatum.py
barbican/objects/order_plugin_metadatum.py
barbican/objects/order_retry_task.py
barbican/objects/project.py
barbican/objects/project_quotas.py
barbican/objects/project_secret_store.py
barbican/objects/secret.py
barbican/objects/secret_acl.py
barbican/objects/secret_acl_user.py
barbican/objects/secret_consumer_metadatum.py
barbican/objects/secret_store_metadatum.py
barbican/objects/secret_stores.py
barbican/objects/secret_user_metadatum.py
barbican/objects/transport_key.py
barbican/plugin/__init__.py
barbican/plugin/castellan_secret_store.py
barbican/plugin/dogtag.py
barbican/plugin/dogtag_config_opts.py
barbican/plugin/kmip_secret_store.py
barbican/plugin/resources.py
barbican/plugin/store_crypto.py
barbican/plugin/vault_secret_store.py
barbican/plugin/crypto/__init__.py
barbican/plugin/crypto/base.py
barbican/plugin/crypto/manager.py
barbican/plugin/crypto/p11_crypto.py
barbican/plugin/crypto/pkcs11.py
barbican/plugin/crypto/simple_crypto.py
barbican/plugin/interface/__init__.py
barbican/plugin/interface/secret_store.py
barbican/plugin/util/__init__.py
barbican/plugin/util/mime_types.py
barbican/plugin/util/multiple_backends.py
barbican/plugin/util/translations.py
barbican/plugin/util/utils.py
barbican/queue/__init__.py
barbican/queue/client.py
barbican/queue/keystone_listener.py
barbican/queue/retry_scheduler.py
barbican/queue/server.py
barbican/tasks/__init__.py
barbican/tasks/common.py
barbican/tasks/keystone_consumer.py
barbican/tasks/resources.py
barbican/tests/__init__.py
barbican/tests/certificate_utils.py
barbican/tests/database_utils.py
barbican/tests/fixture.py
barbican/tests/keys.py
barbican/tests/test_hacking.py
barbican/tests/test_middleware_auth.py
barbican/tests/utils.py
barbican/tests/api/__init__.py
barbican/tests/api/test_init.py
barbican/tests/api/test_resources.py
barbican/tests/api/test_resources_policy.py
barbican/tests/api/test_transport_keys_resource.py
barbican/tests/api/controllers/__init__.py
barbican/tests/api/controllers/test_acls.py
barbican/tests/api/controllers/test_consumers.py
barbican/tests/api/controllers/test_containers.py
barbican/tests/api/controllers/test_orders.py
barbican/tests/api/controllers/test_quotas.py
barbican/tests/api/controllers/test_secretmeta.py
barbican/tests/api/controllers/test_secrets.py
barbican/tests/api/controllers/test_secretstores.py
barbican/tests/api/controllers/test_versions.py
barbican/tests/api/middleware/__init__.py
barbican/tests/api/middleware/test_context.py
barbican/tests/api/middleware/test_simple.py
barbican/tests/cmd/__init__.py
barbican/tests/cmd/test-status.py
barbican/tests/cmd/test_barbican_manage.py
barbican/tests/cmd/test_cmd.py
barbican/tests/cmd/test_db_cleanup.py
barbican/tests/common/__init__.py
barbican/tests/common/test_hrefs.py
barbican/tests/common/test_quota.py
barbican/tests/common/test_utils.py
barbican/tests/common/test_validators.py
barbican/tests/model/__init__.py
barbican/tests/model/test_models.py
barbican/tests/model/repositories/__init__.py
barbican/tests/model/repositories/test_repositories.py
barbican/tests/model/repositories/test_repositories_acls.py
barbican/tests/model/repositories/test_repositories_certificate_authorities.py
barbican/tests/model/repositories/test_repositories_consumers.py
barbican/tests/model/repositories/test_repositories_containers.py
barbican/tests/model/repositories/test_repositories_order_retry_tasks.py
barbican/tests/model/repositories/test_repositories_orders.py
barbican/tests/model/repositories/test_repositories_projects.py
barbican/tests/model/repositories/test_repositories_quotas.py
barbican/tests/model/repositories/test_repositories_secret_consumers.py
barbican/tests/model/repositories/test_repositories_secret_metadata.py
barbican/tests/model/repositories/test_repositories_secret_stores.py
barbican/tests/model/repositories/test_repositories_secrets.py
barbican/tests/model/repositories/test_repositories_transport_keys.py
barbican/tests/objects/__init__.py
barbican/tests/objects/test_ovo_base.py
barbican/tests/objects/test_ovo_project.py
barbican/tests/objects/test_ovo_project_quotas.py
barbican/tests/objects/test_ovo_project_secret_store.py
barbican/tests/plugin/__init__.py
barbican/tests/plugin/test_castellan_secret_store.py
barbican/tests/plugin/test_dogtag.py
barbican/tests/plugin/test_kmip.py
barbican/tests/plugin/test_resource.py
barbican/tests/plugin/test_store_crypto.py
barbican/tests/plugin/crypto/__init__.py
barbican/tests/plugin/crypto/test_crypto.py
barbican/tests/plugin/crypto/test_manager.py
barbican/tests/plugin/crypto/test_p11_crypto.py
barbican/tests/plugin/crypto/test_pkcs11.py
barbican/tests/plugin/interface/__init__.py
barbican/tests/plugin/interface/test_secret_store.py
barbican/tests/plugin/util/__init__.py
barbican/tests/plugin/util/test_mime_types.py
barbican/tests/plugin/util/test_multiple_backends.py
barbican/tests/plugin/util/test_translations.py
barbican/tests/plugin/util/test_utils.py
barbican/tests/queue/__init__.py
barbican/tests/queue/test_client.py
barbican/tests/queue/test_keystone_listener.py
barbican/tests/queue/test_retry_scheduler.py
barbican/tests/queue/test_server.py
barbican/tests/tasks/__init__.py
barbican/tests/tasks/test_common.py
barbican/tests/tasks/test_keystone_consumer.py
barbican/tests/tasks/test_resources.py
bin/barbican-api
bin/barbican.sh
bin/demo_requests.py
bin/keystone_data.sh
bin/versionbuild.py
devstack/README.md
devstack/gate_hook.sh
devstack/local.conf.example
devstack/plugin.sh
devstack/settings
devstack/lib/barbican
devstack/lib/tempest
devstack/upgrade/resources.sh
devstack/upgrade/settings
devstack/upgrade/shutdown.sh
devstack/upgrade/upgrade.sh
doc/requirements.txt
doc/source/conf.py
doc/source/index.rst
doc/source/sample_config.rst
doc/source/sample_policy.rst
doc/source/_extra/.htaccess
doc/source/_static/.placeholder
doc/source/admin/access_control.rst
doc/source/admin/barbican_manage.rst
doc/source/admin/database_cleaning.rst
doc/source/admin/index.rst
doc/source/admin/upgrade.rst
doc/source/api/index.rst
doc/source/api/microversion_history.rst
doc/source/api/microversions.rst
doc/source/api/reference/acls.rst
doc/source/api/reference/container_consumers.rst
doc/source/api/reference/containers.rst
doc/source/api/reference/orders.rst
doc/source/api/reference/quotas.rst
doc/source/api/reference/secret_consumers.rst
doc/source/api/reference/secret_metadata.rst
doc/source/api/reference/secret_types.rst
doc/source/api/reference/secrets.rst
doc/source/api/reference/store_backends.rst
doc/source/cli/barbican-status.rst
doc/source/cli/index.rst
doc/source/configuration/audit.rst
doc/source/configuration/config.rst
doc/source/configuration/index.rst
doc/source/configuration/keystone.rst
doc/source/configuration/noauth.rst
doc/source/configuration/plugin_backends.rst
doc/source/configuration/policy.rst
doc/source/configuration/troubleshooting.rst
doc/source/contributor/architecture.rst
doc/source/contributor/contributing.rst
doc/source/contributor/database_migrations.rst
doc/source/contributor/dataflow.rst
doc/source/contributor/dependencies.rst
doc/source/contributor/dev.rst
doc/source/contributor/devstack.rst
doc/source/contributor/getting_involved.rst
doc/source/contributor/index.rst
doc/source/contributor/microversions.rst
doc/source/contributor/structure.rst
doc/source/contributor/testing.rst
doc/source/contributor/plugin/crypto.rst
doc/source/contributor/plugin/index.rst
doc/source/contributor/plugin/secret_store.rst
doc/source/images/barbican-components.png
doc/source/images/barbican-overall-architecture.png
doc/source/images/mascot.png
doc/source/install/barbican-backend.rst
doc/source/install/common_configure.rst
doc/source/install/common_prerequisites.rst
doc/source/install/get_started.rst
doc/source/install/index.rst
doc/source/install/install-obs.rst
doc/source/install/install-rdo.rst
doc/source/install/install-ubuntu.rst
doc/source/install/install.rst
doc/source/install/next-steps.rst
doc/source/install/verify.rst
etc/barbican/README.barbican.conf.txt
etc/barbican/api_audit_map.conf
etc/barbican/barbican-api-paste.ini
etc/barbican/barbican-functional.conf
etc/barbican/vassals/barbican-api.ini
etc/init/barbican-keystone-listener.conf
etc/init/barbican-worker.conf
etc/init/barbican.conf
etc/logrotate.d/barbican-api
etc/oslo-config-generator/barbican.conf
etc/oslo-config-generator/policy.conf
functionaltests/.coveragerc
functionaltests/.testr.conf
functionaltests/__init__.py
functionaltests/post_test_hook.sh
functionaltests/run_tests.sh
functionaltests/run_tests_parallel.sh
functionaltests/api/__init__.py
functionaltests/api/base.py
functionaltests/api/v1/__init__.py
functionaltests/api/v1/behaviors/__init__.py
functionaltests/api/v1/behaviors/acl_behaviors.py
functionaltests/api/v1/behaviors/base_behaviors.py
functionaltests/api/v1/behaviors/consumer_behaviors.py
functionaltests/api/v1/behaviors/container_behaviors.py
functionaltests/api/v1/behaviors/order_behaviors.py
functionaltests/api/v1/behaviors/quota_behaviors.py
functionaltests/api/v1/behaviors/secret_behaviors.py
functionaltests/api/v1/behaviors/secretmeta_behaviors.py
functionaltests/api/v1/behaviors/secretstores_behaviors.py
functionaltests/api/v1/functional/__init__.py
functionaltests/api/v1/functional/test_acls.py
functionaltests/api/v1/functional/test_acls_rbac.py
functionaltests/api/v1/functional/test_consumers.py
functionaltests/api/v1/functional/test_containers.py
functionaltests/api/v1/functional/test_containers_rbac.py
functionaltests/api/v1/functional/test_orders.py
functionaltests/api/v1/functional/test_orders_rbac.py
functionaltests/api/v1/functional/test_quotas.py
functionaltests/api/v1/functional/test_quotas_enforce.py
functionaltests/api/v1/functional/test_quotas_rbac.py
functionaltests/api/v1/functional/test_rsa.py
functionaltests/api/v1/functional/test_secretmeta.py
functionaltests/api/v1/functional/test_secrets.py
functionaltests/api/v1/functional/test_secrets_rbac.py
functionaltests/api/v1/functional/test_secretstores.py
functionaltests/api/v1/models/__init__.py
functionaltests/api/v1/models/acl_models.py
functionaltests/api/v1/models/base_models.py
functionaltests/api/v1/models/ca_models.py
functionaltests/api/v1/models/consumer_model.py
functionaltests/api/v1/models/container_models.py
functionaltests/api/v1/models/order_models.py
functionaltests/api/v1/models/quota_models.py
functionaltests/api/v1/models/secret_models.py
functionaltests/api/v1/smoke/__init__.py
functionaltests/api/v1/smoke/test_consumers.py
functionaltests/api/v1/smoke/test_containers.py
functionaltests/api/v1/smoke/test_orders.py
functionaltests/api/v1/smoke/test_secrets.py
functionaltests/api/v1/smoke/test_versions.py
functionaltests/common/__init__.py
functionaltests/common/auth.py
functionaltests/common/client.py
functionaltests/common/config.py
playbooks/enable-fips.yaml
playbooks/legacy/barbican-devstack-base/post.yaml
playbooks/legacy/barbican-devstack-base/run.yaml
playbooks/legacy/barbican-devstack-functional-base/dogtag-post.yaml
playbooks/legacy/barbican-devstack-functional-base/post.yaml
playbooks/legacy/barbican-devstack-functional-base/run.yaml
playbooks/legacy/grenade-devstack-barbican/post.yaml
playbooks/legacy/grenade-devstack-barbican/run.yaml
releasenotes/notes/.placeholder
releasenotes/notes/add-barbican-manage-check-subcommands-38835078f5cc0ce2.yaml
releasenotes/notes/add-configurable-mechanism-options-2e5c57099b4c91b1.yaml
releasenotes/notes/add-new-pkcs11-options-fc7bb625998e91fc.yaml
releasenotes/notes/add-os-locking-ok-option-d0cfc5883355632a.yaml
releasenotes/notes/allow-aes-xts-512-bitlength-in-simple-crypto-95936a2d830035cc.yaml
releasenotes/notes/allow-multiple-pkcs11-token-labels-61b63e34b7c8cc1a.yaml
releasenotes/notes/barbican-manage-d469b4d15454f981.yaml
releasenotes/notes/barbican-status-upgrade-check-framework-9df56289b1d91ba4.yaml
releasenotes/notes/change_default_control_exchange-c47abc3e3f08aa31.yaml
releasenotes/notes/deprecate-json-formatted-policy-file-b135aa7551e81066.yaml
releasenotes/notes/drop-py-2-7-f745ea90b33c7910.yaml
releasenotes/notes/fix-bug-2036506-bf171b5949495457.yaml
releasenotes/notes/fix-story-2004734-977dbeda6b547f85.yaml
releasenotes/notes/fix-story-2004833-2b420688a82c3328.yaml
releasenotes/notes/fix-story-2006978-aa5f2r9cqpfa0tm8.yaml
releasenotes/notes/fix-story-2008335-a253190d0fa799a0.yaml
releasenotes/notes/fix-story-2008649-reinitialize-pkcs11-object-4c0dc51c83288c21.yaml
releasenotes/notes/fix-story-2009247-18faf4f2b570dfc0.yaml
releasenotes/notes/fix-story-2009664-042ef282c0dd6b6a.yaml
releasenotes/notes/fix-story-2009672-d64ef6c10444f517.yaml
releasenotes/notes/fix-story-2009791-allow-creator-delete-06dd3eb670d0e624.yaml
releasenotes/notes/fix-story-2010258-053ee02fe46b9984.yaml
releasenotes/notes/fixed-invalid-route-response-code-15a681d07222a4f7.yaml
releasenotes/notes/fixed-mysql-migrations-23221671ba17ea5e.yaml
releasenotes/notes/http_proxy_to_wsgi-middleware-98dc4fe03eb362d3.yaml
releasenotes/notes/increase-max-secret-size-da90164d8b328727.yaml
releasenotes/notes/keystone-listener-pooling-a4fb0dde9e25a21f.yaml
releasenotes/notes/metadata-api-e95d4559e7bf9ca9.yaml
releasenotes/notes/multiple-backends-75f5b85c63b930b7.yaml
releasenotes/notes/oslopolicy-genscripts-1a7b364b8ffd7c3f.yaml
releasenotes/notes/pkcs11-backend-performance-f3caacbe9e1ab535.yaml
releasenotes/notes/port-ruledefaults-to-documentedruledefaults-954fe88af9fe72ed.yaml
releasenotes/notes/remap-policy-to-match-controller-1673ec7c88235227.yaml
releasenotes/notes/remove-certificate-order-df76100cfd1360ef.yaml
releasenotes/notes/remove-certificate-resources-cdb4708332436144.yaml
releasenotes/notes/remove-pkcs11-token-label-69d4368906b91b7e.yaml
releasenotes/notes/remove-system-scope-from-policy-f2f68c42c0742812.yaml
releasenotes/notes/remove_pkix-b045e7dde7e47356.yaml
releasenotes/notes/removing-cas-certificate-orders-96fc47a7acaea273.yaml
releasenotes/notes/rename-db-opts-547a9114abde2e88.yaml
releasenotes/notes/renamed-generate-iv-option-29770cfcff8e3b83.yaml
releasenotes/notes/secret-consumers-microversions-changes-5aacdad5b7c776a3.yaml
releasenotes/notes/secure-rbac-acl-policy-b534614ee7190108.yaml
releasenotes/notes/secure-rbac-consumer-policy-5ff67280dc2a2c09.yaml
releasenotes/notes/secure-rbac-container-policy-f7814e65dc2ab130.yaml
releasenotes/notes/secure-rbac-order-policy-2068c64cb6830c6c.yaml
releasenotes/notes/secure-rbac-quotas-policy-f725a2752d1ba3f4.yaml
releasenotes/notes/secure-rbac-secretmeta-policy-587cdad4e2ecee3a.yaml
releasenotes/notes/secure-rbac-secrets-policy-61d49439a043f865.yaml
releasenotes/notes/secure-rbac-secretstore-policy-ffa782850082add8.yaml
releasenotes/notes/secure-rbac-transportkey-policy-3e904787694f8471.yaml
releasenotes/notes/update-autodbcreate-default-31b5a86063b91444.yaml
releasenotes/notes/use-barbican-conf-in-barbican-manage-52035c1cdbfc5a26.yaml
releasenotes/notes/use-secure-rbac-by-default-bae44e5c36451928.yaml
releasenotes/notes/use_oslo_config_generator-f2a9be9e71d90b1f.yaml
releasenotes/source/2023.1.rst
releasenotes/source/2023.2.rst
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/liberty.rst
releasenotes/source/mitaka.rst
releasenotes/source/newton.rst
releasenotes/source/ocata.rst
releasenotes/source/pike.rst
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
releasenotes/source/stein.rst
releasenotes/source/train.rst
releasenotes/source/unreleased.rst
releasenotes/source/ussuri.rst
releasenotes/source/victoria.rst
releasenotes/source/wallaby.rst
releasenotes/source/xena.rst
releasenotes/source/yoga.rst
releasenotes/source/zed.rst
releasenotes/source/_static/.placeholder
releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po