I hereby claim:
- I am dolph on github.
- I am dolph (https://keybase.io/dolph) on keybase.
- I have a public key whose fingerprint is C1B5 629D E7A3 C2E7 3CF3 D665 7BC8 38D0 688A 4993
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Key New Features
customer.cloud.example.com
).These may land in Juno RC1:
This gist has been deprecated in favor of an inbox-zero style [gerrit dashboard featuring all reviews starred by keystone-core](https://review.openstack.org/#/dashboard/?foreach=is:open+%252Downer:self+(project:openstack%252Dattic/identity%252Dapi+OR+project:openstack/keystone+OR+project:openstack/keystone%252Dspecs+OR+project:openstack/keystoneauth+OR+project:openstack/keystoneauth%252Dsaml2+OR+project:openstack/keystonemiddleware+OR+project:openstack/pycadf+OR+project:openstack/python%252Dkeystoneclient)+(starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected]+OR+starredby:[email protected])&title=Priority+keystone+reviews&Needs+attention=%252Dlabel:Code%252DReview<=2%252cself+(label:Code%252D
[ldap] | |
# | |
# Options defined in keystone | |
# | |
# URL for connecting to the LDAP server. (string value) | |
#url=ldap://localhost | |
# User BindDN to query the LDAP server. (string value) |
The Identity API primarily fulfills authentication and authorization needs within OpenStack, and is intended to provide a programmatic facade in front of existing authentication and authorization system(s).
The Identity API also provides endpoint discovery through a service catalog, identity management, project management, and a centralized repository for policy engine rule sets.
memcached_servers = 127.0.0.1 | |
token_cache_time = 300 | |
revocation_cache_time = 60 | |
# if your memcached server is shared, use these settings to avoid cache poisoning | |
memcache_security_strategy = ENCRYPT | |
memcache_secret_key = <generate a secret key> | |
# if your keystone deployment uses PKI, and you value security over performance: | |
check_revocations_for_cached = true |
`bp keystone-to-keystone-federation
@property | |
def access_token(self): | |
if self._access_token is None: | |
from contrib import oauth1 | |
self._access_token = oauth1.Whatever() | |
return self._access_token |
{ | |
"token": { | |
"catalog": [ | |
{ | |
"endpoints": [ | |
{"id": "39dc32"}, | |
{"id": "ec642f"}, | |
{"id": "c609fc"} | |
], | |
"id": "4363ae" |