summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorColleen Murphy <colleen.murphy@suse.de>2019-08-20 17:37:34 -0700
committerColleen Murphy <colleen.murphy@suse.de>2019-08-21 08:21:42 -0700
commit6c116ec084620942880ef62999b65e3907c3077f (patch)
tree561dd63d1e93c83b4173237349e52f3653c123ba /releasenotes
parentf7e75f43d811c8e1028746b2574322afa53dbaac (diff)
downloadpython-keystoneclient-6c116ec084620942880ef62999b65e3907c3077f.tar.gz
Add support for app cred access rules
This change adds access_rules as a parameter for creating application credentials, and also adds the ability to list access rules and to retrieve and delete individual rules. Directly creating an access rule or updating one is not supported. bp whitelist-extension-for-app-creds Depends-On: https://review.opendev.org/671374 Change-Id: I490f1e6b421d4f36f588f83a511ce39b9b4204e2
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-whitelist-extension-for-app-creds-d03526e52e3edcce.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-whitelist-extension-for-app-creds-d03526e52e3edcce.yaml b/releasenotes/notes/bp-whitelist-extension-for-app-creds-d03526e52e3edcce.yaml
new file mode 100644
index 0000000..9c7dc2b
--- /dev/null
+++ b/releasenotes/notes/bp-whitelist-extension-for-app-creds-d03526e52e3edcce.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Adds support for creating access rules as an attribute of application
+ credentials as well as for retrieving and deleting them.