summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-11-24 21:36:30 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-12-01 17:32:49 -0500
commitd120187f53ffbd2183c8b06ae38fcc6d23256d07 (patch)
tree444a9e36f9c3c79aca0335da8aa5fdfa05ec5750
parent5fb8db8a5d89447d2dab5bdee76a978e3f52aea2 (diff)
downloadkeystone-d120187f53ffbd2183c8b06ae38fcc6d23256d07.tar.gz
Add release notes for mitaka-19.0.0.0b1
Create release notes for mitaka-1 Change-Id: If12c87469ddf7d01f901331c569731cd011a71f0
-rw-r--r--releasenotes/notes/federation-group-ids-mapping-6c56120d65a5cb22.yaml6
-rw-r--r--releasenotes/notes/removed-as-of-mitaka-9ff14f87d0b98e7e.yaml24
-rw-r--r--releasenotes/notes/x509-auth-df0a229780b8e3ff.yaml5
3 files changed, 35 insertions, 0 deletions
diff --git a/releasenotes/notes/federation-group-ids-mapping-6c56120d65a5cb22.yaml b/releasenotes/notes/federation-group-ids-mapping-6c56120d65a5cb22.yaml
new file mode 100644
index 000000000..04d45dae2
--- /dev/null
+++ b/releasenotes/notes/federation-group-ids-mapping-6c56120d65a5cb22.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - >
+ [`blueprint federation-group-ids-mapped-without-domain-reference <https://blueprints.launchpad.net/keystone/+spec/federation-group-ids-mapped-without-domain-reference>`_]
+ Enhanced the federation mapping engine to allow for group IDs to be
+ referenced without a domain ID.
diff --git a/releasenotes/notes/removed-as-of-mitaka-9ff14f87d0b98e7e.yaml b/releasenotes/notes/removed-as-of-mitaka-9ff14f87d0b98e7e.yaml
new file mode 100644
index 000000000..2afa8ce39
--- /dev/null
+++ b/releasenotes/notes/removed-as-of-mitaka-9ff14f87d0b98e7e.yaml
@@ -0,0 +1,24 @@
+---
+other:
+ - >
+ [`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
+ Removed ``extras`` from token responses. These fields should not be
+ necessary and a well-defined API makes this field redundant. This was
+ deprecated in the Kilo release.
+ - >
+ [`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
+ Removed ``RequestBodySizeLimiter`` from keystone middleware. The keystone
+ team suggests using ``oslo_middleware.sizelimit.RequestBodySizeLimiter``
+ instead. This was deprecated in the Kilo release.
+ - >
+ [`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
+ Notifications with event_type ``identity.created.role_assignment`` and
+ ``identity.deleted.role_assignment`` have been removed. The keystone team
+ suggests listening for ``identity.role_assignment.created`` and
+ ``identity.role_assignment.deleted`` instead. This was deprecated in the
+ Kilo release.
+ - >
+ [`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
+ Removed ``check_role_for_trust`` from the trust controller, ensure policy
+ files do not refer to this target. This was deprecated in the Kilo
+ release.
diff --git a/releasenotes/notes/x509-auth-df0a229780b8e3ff.yaml b/releasenotes/notes/x509-auth-df0a229780b8e3ff.yaml
new file mode 100644
index 000000000..1234d80c5
--- /dev/null
+++ b/releasenotes/notes/x509-auth-df0a229780b8e3ff.yaml
@@ -0,0 +1,5 @@
+features:
+ - >
+ [`blueprint x509-ssl-client-cert-authn <https://blueprints.launchpad.net/keystone/+spec/x509-ssl-client-cert-authn>`_]
+ Support tokenless client SSL x.509 certificate authentication and
+ authorization.