• Search by Module
  • Search by Word
  • Project Search
  • Top Python APIs
  • Popular Projects
  • Java
  • C++
  • Python
  • Scala
  • Blog
Project: barbican (GitHub Link)
  • barbican-master
    • functionaltests
      • run_tests.sh
      • run_tests_parallel.sh
      • .coveragerc
      • .testr.conf
      • api
        • v1
          • functional
            • test_consumers.py
            • test_acls.py
            • test_acls_rbac.py
            • test_containers_rbac.py
            • test_secrets_rbac.py
            • test_containers.py
            • test_quotas_rbac.py
            • test_quotas_enforce.py
            • test_orders.py
            • __init__.py
            • test_secrets.py
            • test_quotas.py
            • test_secretstores.py
            • test_orders_rbac.py
            • test_secretmeta.py
            • test_rsa.py
          • models
            • ca_models.py
            • acl_models.py
            • consumer_model.py
            • order_models.py
            • quota_models.py
            • secret_models.py
            • __init__.py
            • base_models.py
            • container_models.py
          • smoke
            • test_consumers.py
            • test_containers.py
            • test_orders.py
            • test_versions.py
            • __init__.py
            • test_secrets.py
          • __init__.py
          • behaviors
            • consumer_behaviors.py
            • secretstores_behaviors.py
            • order_behaviors.py
            • secretmeta_behaviors.py
            • acl_behaviors.py
            • __init__.py
            • container_behaviors.py
            • base_behaviors.py
            • quota_behaviors.py
            • secret_behaviors.py
        • __init__.py
        • base.py
      • common
        • config.py
        • client.py
        • __init__.py
        • auth.py
      • post_test_hook.sh
      • __init__.py
    • .zuul.yaml
    • .mailmap
    • .coveragerc
    • HACKING.rst
    • playbooks
      • legacy
        • barbican-devstack-functional-base
          • run.yaml
          • dogtag-post.yaml
          • post.yaml
        • grenade-devstack-barbican
          • run.yaml
          • post.yaml
        • barbican-devstack-base
          • run.yaml
          • post.yaml
        • barbican-devstack-tempest-base
          • run.yaml
          • run-ipv6.yaml
          • post.yaml
    • apiary.apib
    • .stestr.conf
    • barbican
      • plugin
        • resources.py
        • symantec.py
        • crypto
          • p11_crypto.py
          • simple_crypto.py
          • manager.py
          • __init__.py
          • pkcs11.py
          • base.py
        • vault_secret_store.py
        • interface
          • secret_store.py
          • certificate_manager.py
          • __init__.py
        • util
          • multiple_backends.py
          • mime_types.py
          • __init__.py
          • utils.py
          • translations.py
        • store_crypto.py
        • castellan_secret_store.py
        • simple_certificate_manager.py
        • kmip_secret_store.py
        • __init__.py
        • snakeoil_ca.py
        • dogtag.py
        • dogtag_config_opts.py
      • version.py
      • api
        • app.py
        • hooks.py
        • middleware
          • simple.py
          • __init__.py
          • context.py
        • controllers
          • secretstores.py
          • acls.py
          • orders.py
          • transportkeys.py
          • containers.py
          • secretmeta.py
          • consumers.py
          • __init__.py
          • secrets.py
          • versions.py
          • quotas.py
        • app.wsgi
        • __init__.py
      • common
        • resources.py
        • policy.py
        • policies
          • secretstores.py
          • acls.py
          • orders.py
          • transportkeys.py
          • containers.py
          • secretmeta.py
          • consumers.py
          • __init__.py
          • secrets.py
          • quotas.py
          • base.py
        • config.py
        • hrefs.py
        • quota.py
        • __init__.py
        • utils.py
        • exception.py
        • validators.py
        • accept.py
      • i18n.py
      • locale
        • zh_CN
          • LC_MESSAGES
            • barbican.po
        • en_GB
          • LC_MESSAGES
            • barbican.po
      • tasks
        • resources.py
        • common.py
        • __init__.py
        • keystone_consumer.py
        • certificate_resources.py
      • __init__.py
      • tests
        • test_hacking.py
        • keys.py
        • certificate_utils.py
        • plugin
          • test_store_crypto.py
          • test_dogtag.py
          • crypto
            • test_crypto.py
            • test_p11_crypto.py
            • test_pkcs11.py
            • __init__.py
            • test_manager.py
          • test_kmip.py
          • interface
            • test_secret_store.py
            • test_certificate_manager.py
            • __init__.py
          • test_symantec.py
          • test_snakeoil_ca.py
          • util
            • test_translations.py
            • test_utils.py
            • test_multiple_backends.py
            • test_mime_types.py
            • __init__.py
          • test_simple_certificate_manager.py
          • __init__.py
          • test_resource.py
          • test_castellan_secret_store.py
        • database_utils.py
        • fixture.py
        • api
          • test_resources_policy.py
          • test_transport_keys_resource.py
          • middleware
            • test_context.py
            • test_simple.py
            • __init__.py
          • test_init.py
          • controllers
            • test_consumers.py
            • test_acls.py
            • test_containers.py
            • test_orders.py
            • test_versions.py
            • __init__.py
            • test_secrets.py
            • test_quotas.py
            • test_secretstores.py
            • test_secretmeta.py
          • __init__.py
          • test_resources.py
        • common
          • test_utils.py
          • test_validators.py
          • test_hrefs.py
          • __init__.py
          • test_quota.py
        • test_middleware_auth.py
        • tasks
          • test_keystone_consumer.py
          • test_common.py
          • __init__.py
          • test_certificate_resources.py
          • test_resources.py
        • __init__.py
        • utils.py
        • objects
          • test_ovo_project.py
          • test_ovo_base.py
          • test_ovo_project_secret_store.py
          • test_ovo_project_quotas.py
          • __init__.py
        • model
          • repositories
            • test_repositories_secret_stores.py
            • test_repositories_consumers.py
            • test_repositories_order_retry_tasks.py
            • test_repositories_quotas.py
            • test_repositories_orders.py
            • test_repositories_containers.py
            • test_repositories_secrets.py
            • __init__.py
            • test_repositories_projects.py
            • test_repositories_certificate_authorities.py
            • test_repositories_transport_keys.py
            • test_repositories_secret_metadata.py
            • test_repositories.py
            • test_repositories_secret_consumers.py
            • test_repositories_acls.py
          • test_models.py
          • __init__.py
        • cmd
          • test_db_cleanup.py
          • test-status.py
          • test_cmd.py
          • __init__.py
          • test_barbican_manage.py
        • queue
          • test_keystone_listener.py
          • test_retry_scheduler.py
          • test_client.py
          • test_server.py
          • __init__.py
      • objects
        • fields.py
        • container.py
        • order_retry_task.py
        • project_secret_store.py
        • order.py
        • order_barbican_metadatum.py
        • encrypted_datum.py
        • secret.py
        • project.py
        • container_secret.py
        • secret_stores.py
        • container_consumer_meta.py
        • container_acl_user.py
        • secret_user_metadatum.py
        • secret_consumer_metadatum.py
        • secret_store_metadatum.py
        • secret_acl.py
        • transport_key.py
        • __init__.py
        • kekdatum.py
        • project_quotas.py
        • order_plugin_metadatum.py
        • secret_acl_user.py
        • base.py
        • container_acl.py
      • hacking
        • __init__.py
        • checks.py
      • model
        • clean.py
        • migration
          • alembic_migrations
            • env.py
            • versions
              • 1a7cf79559e3_new_secret_and_container_acl_tables.py
              • 1c0f328bfce0_fixing_composite_primary_keys_and_.py
              • dce488646127_add_secret_user_metadata.py
              • d2780d5aa510_change_url_length.py
              • 39a96e67e990_add_missing_constraints.py
              • juno_initial.py
              • 156cd9933643_add_project_column_to_consumer_table.py
              • 39cf2e645cba_model_for_multiple_backend_support.py
              • 1a0c2cdafb38_initial_version.py
              • 6a4457517a3_rename_acl_creator_only_to_project_.py
              • 46b98cde536_add_project_quotas_table.py
              • 2843d6469f25_add_sub_status_info_for_orders.py
              • 13d127569afa_create_secret_store_metadata_table.py
              • cd4106a1a0_add_cert_to_container_type.py
              • 795737bb3c3_change_tenants_to_projects.py
              • kilo_release.py
              • 4070806f6972_add_orders_plugin_metadata_table_and_.py
              • 2ab3f5371bde_dsa_in_container_type_modelbase_to.py
              • 1bece815014f_remove_projectsecret_table.py
              • 0f8c192a061f_add_secret_consumers.py
              • 47b69e523451_made_plugin_names_in_kek_datum_non_.py
              • 254495565185_removing_redundant_fields_from_order.py
              • 161f8aceb687_fill_project_id_to_secrets_where_missing.py
              • 443d6f4a69ac_added_secret_type_column_to_secrets_.py
              • 256da65e0c5f_change_keystone_id_for_external_id_in_.py
              • 30dba269cc64_update_order_retry_tasks_table.py
              • 3d36a26b88af_add_order_barbican_metadata_table.py
              • 1bc885808c76_add_project_id_to_secrets.py
              • 1e86c18af2dd_add_new_columns_type_meta_containerid.py
              • 3041b53b95d7_remove_size_limits_on_meta_table_values.py
              • 4ecde3a3a72a_add_cas_column_to_project_quotas_table.py
              • aa2cf96a1d5_add_orderretrytask.py
              • 2d21598e7e70_added_ca_related_tables.py
              • 3c3b04040bfe_add_owning_project_and_creator_to_cas.py
              • 10220ccbe7fa_remove_transport_keys_column_from_.py
            • README
            • container_init_ops.py
            • transport_keys_init_ops.py
            • secrets_init_ops.py
            • projects_init_ops.py
            • order_ops.py
            • __init__.py
            • encrypted_init_ops.py
            • kek_init_ops.py
            • script.py.mako
          • commands.py
          • __init__.py
          • alembic.ini
        • sync.py
        • models.py
        • repositories.py
        • __init__.py
      • cmd
        • barbican_manage.py
        • functionaltests
          • .testr.conf
          • __init__.py
          • test_db_manage.py
        • pkcs11_key_generation.py
        • db_manage.py
        • retry_scheduler.py
        • pkcs11_kek_rewrap.py
        • keystone_listener.py
        • __init__.py
        • pkcs11_migrate_kek_signatures.py
        • worker.py
        • status.py
      • context.py
      • queue
        • client.py
        • server.py
        • retry_scheduler.py
        • keystone_listener.py
        • __init__.py
    • LICENSE
    • test-requirements.txt
    • devstack
      • local.conf.example
      • upgrade
        • upgrade.sh
        • resources.sh
        • shutdown.sh
        • settings
      • lib
        • barbican
      • gate_hook.sh
      • plugin.sh
      • barbican-vagrant
        • install_devstack.sh
        • Vagrantfile
      • README.md
      • settings
    • README.rst
    • setup.py
    • releasenotes
      • source
        • ussuri.rst
        • unreleased.rst
        • liberty.rst
        • train.rst
        • ocata.rst
        • stein.rst
        • locale
          • zh_CN
            • LC_MESSAGES
              • releasenotes.po
          • en_GB
            • LC_MESSAGES
              • releasenotes.po
        • pike.rst
        • mitaka.rst
        • rocky.rst
        • newton.rst
        • index.rst
        • conf.py
        • _static
          • .placeholder
        • queens.rst
      • notes
        • pkcs11-backend-performance-f3caacbe9e1ab535.yaml
        • allow-aes-xts-512-bitlength-in-simple-crypto-95936a2d830035cc.yaml
        • drop-py-2-7-f745ea90b33c7910.yaml
        • fix-story-2004833-2b420688a82c3328.yaml
        • oslopolicy-genscripts-1a7b364b8ffd7c3f.yaml
        • barbican-manage-d469b4d15454f981.yaml
        • multiple-backends-75f5b85c63b930b7.yaml
        • change_default_control_exchange-c47abc3e3f08aa31.yaml
        • remove_pkix-b045e7dde7e47356.yaml
        • fix-story-2004734-977dbeda6b547f85.yaml
        • port-ruledefaults-to-documentedruledefaults-954fe88af9fe72ed.yaml
        • metadata-api-e95d4559e7bf9ca9.yaml
        • use_oslo_config_generator-f2a9be9e71d90b1f.yaml
        • add-barbican-manage-check-subcommands-38835078f5cc0ce2.yaml
        • renamed-generate-iv-option-29770cfcff8e3b83.yaml
        • keystone-listener-pooling-a4fb0dde9e25a21f.yaml
        • fixed-invalid-route-response-code-15a681d07222a4f7.yaml
        • barbican-status-upgrade-check-framework-9df56289b1d91ba4.yaml
        • add-configurable-mechanism-options-2e5c57099b4c91b1.yaml
        • remap-policy-to-match-controller-1673ec7c88235227.yaml
        • .placeholder
        • removing-cas-certificate-orders-96fc47a7acaea273.yaml
        • http_proxy_to_wsgi-middleware-98dc4fe03eb362d3.yaml
    • setup.cfg
    • api-guide
      • source
        • dogtag_setup.rst
        • consumers.rst
        • secret_metadata.rst
        • acls.rst
        • secrets.rst
        • quotas.rst
        • pkcs11keygeneration.rst
        • index.rst
        • conf.py
        • containers.rst
        • orders.rst
    • .gitreview
    • bin
      • barbican-api
      • barbican.sh
      • demo_requests.py
      • keystone_data.sh
      • versionbuild.py
    • requirements.txt
    • etc
      • oslo-config-generator
        • barbican.conf
        • policy.conf
      • init
        • barbican.conf
        • barbican-keystone-listener.conf
        • barbican-worker.conf
      • barbican
        • README.barbican.conf.txt
        • vassals
          • barbican-api.ini
        • barbican-functional.conf
        • api_audit_map.conf
        • barbican-api-paste.ini
      • logrotate.d
        • barbican-api
    • .gitignore
    • bindep.txt
    • doc
      • source
        • configuration
          • keystone.rst
          • plugin_backends.rst
          • noauth.rst
          • config.rst
          • policy.rst
          • index.rst
          • audit.rst
          • troubleshooting.rst
        • sample_policy.rst
        • images
        • admin
          • database_cleaning.rst
          • upgrade.rst
          • barbican_manage.rst
          • access_control.rst
          • index.rst
        • sample_config.rst
        • _extra
          • .htaccess
        • api
          • reference
            • store_backends.rst
            • secret_types.rst
            • consumers.rst
            • secret_metadata.rst
            • acls.rst
            • secrets.rst
            • quotas.rst
            • containers.rst
            • orders.rst
          • index.rst
        • cli
          • index.rst
          • barbican-status.rst
        • contributor
          • architecture.rst
          • database_migrations.rst
          • getting_involved.rst
          • plugin
            • secret_store.rst
            • index.rst
            • crypto.rst
          • structure.rst
          • dataflow.rst
          • dependencies.rst
          • dev.rst
          • testing.rst
          • index.rst
          • devstack.rst
          • contributing.rst
        • install
          • install.rst
          • common_prerequisites.rst
          • barbican-backend.rst
          • install-ubuntu.rst
          • next-steps.rst
          • verify.rst
          • install-rdo.rst
          • install-obs.rst
          • get_started.rst
          • index.rst
          • common_configure.rst
        • index.rst
        • conf.py
        • _static
          • .placeholder
      • requirements.txt
    • tox.ini