8 Commits

Author SHA1 Message Date
Grzegorz Grasza
365618a665 Add secret consumers documentation and release note
Change-Id: I6ef9c1307fb178158970182a6c69ca7f16d2b35d
2023-02-20 13:20:55 +01:00
Joel Capitao
a160e5c8dc Replace the deprecated argument tenant
The deprecated argument tenant from RequestContext
has been removed since [1], so we switch to 'project_id'.

[1] https://review.opendev.org/c/openstack/oslo.context/+/815938

Change-Id: I4e3e4c50ba5d829ed739e278b5286f2bf4808870
2022-03-15 08:36:02 +01:00
Jenkins
dfce4df2f5 Merge "Fix retrieving barbican endpoint from service catalog" 2017-07-28 09:07:40 +00:00
Jenkins
1929ef87bb Merge "Improve docs around configuring Castellan" 2017-07-20 21:34:59 +00:00
Paul Bourke
17e8b29067 Fix retrieving barbican endpoint from service catalog
The context wrapper classes under castellan.common.credentials were
missing an auth_url property resulting in calls to get_endpoint()
failing with 'Could not determine a suitable URL for the plugin' unless
users set barbican/auth_endpoint.

Change-Id: I1be3a1e11e3f4c2170062927ad359bf679eb25d9
Closes-Bug: #1497993
2017-07-19 09:40:25 +00:00
Paul Bourke
100f9ab1b3 Improve docs around configuring Castellan
It wasn't clear to me as a newcomer how to init a CONF object with my
own config file. Make the docs more clear around this. Also the
context=None arg to credential_factory is not needed.

Change-Id: Id633718fd19e0fe9b1627b64a2f50d751eeb93a2
2017-07-14 13:51:39 +00:00
Akihiro Motoki
eaf2aa6cfe Update the doc URL in the documents
Change-Id: Iad782f20bef65fefe6c47f02810904cb2cdaa2f3
2017-07-11 13:38:04 +00:00
Akihiro Motoki
54b1b52533 rearrange existing documentation to fit the new standard layout
README.rst was updated as the title of the doc top page was wrong.

Change-Id: I3821bdaa78a982c0a08fef584aec62a5549d5b8b
2017-07-06 17:28:04 +09:00