barbican/etc/barbican
Jeremy Liu 73420137a6 Use default policy in code
Delete policy.json from repo since we can use policies registered
in code.

We can also change default policy rules through below steps:

  - generate policy.yaml and copy to /etc/barbican
  - configure `policy_file=policy.yaml` in `oslo_policy` section
  - uncomment rules in policy.yaml and make changes as we desire
  - restart barbican api service
  - test whether new rules take effect on corresponding API

Change-Id: Ia64eac1eb4e30457b323c6ab99d26d3d40c28060
2018-02-09 08:16:43 +00:00
..
vassals Remove deprecated references to admin endpoint. 2015-05-04 15:12:12 -05:00
README.barbican.conf.txt Use oslo-config-generator to generate barbican.conf.sample 2017-04-05 08:02:35 +02:00
api_audit_map.conf Adding auditing support for API request using audit middleware 2016-01-21 09:32:39 -08:00
barbican-api-paste.ini Merge "Use http_proxy_to_wsgi middleware" 2016-10-29 10:55:00 +00:00
barbican-functional.conf Fix gate devstack 2017-04-19 22:10:58 +08:00

README.barbican.conf.txt

To generate the sample barbican.conf file, run the following
command from the top level of the barbican directory:

tox -egenconfig