16 Commits

Author SHA1 Message Date
venkatamahesh
f0000bf761 Update the Administrator guide link
Change-Id: I31e810b96e668504c50b1429681f841095f12922
2016-04-06 17:32:14 +05:30
Fernando Diaz
255685877e Opt-out certain Keystone Notifications
This patch will allow certain notifications for events in
Keystone to be opted out. Opting out may be a desired way of
doing this since most keystone deployers will likely like
to by default have all audit traces.

Change-Id: I86caf6e5f25cdd76121881813167c2144bf1d051
Closes-Bug: 1519210
2016-02-05 04:32:15 -05:00
Steve Martinelli
c92e1b8726 Remove deprecated notification event_type
For role assignment notifications there were two notifications
being emitted. We deprecated the original notification event_type
in Kilo and can now remove it in Mitaka. Also update a reference
of the old event_type in the notification docs.

implements bp removed-as-of-mitaka

Change-Id: I42e68d2b95014fb7500a709de6ecbd8e5f93bac4
2015-11-24 18:21:44 -05:00
Steve Martinelli
7352e93777 Revamp the documentation surrounding notifications
Hopefully make the docs more clear on the two types of
notifications that keystone emits. Provide several examples
of the new CADF events.

partially implements bp: cadf-everywhere

Change-Id: I5c34b1ffffb594bd0f13fe0763439a64c03a48f2
2015-02-25 21:58:44 +00:00
Steve Martinelli
01d1fbf330 Create additional docs for role assignment events
Update docs with an example audit notification for role assignment
creation.

implements bp role-assignment-notifications

Change-Id: I70b54eaae989df0e793d9e7a6aa0df4c50891b60
2014-08-26 10:53:56 -04:00
Henry Nash
8612a54f91 Add notifications for policy, region, service and endpoint.
The endpoint policy extension will need to ensure stale
associations are removed on deletion of these entities. Delete
events are already generated for endpoints. For completeness,
create and update notifcations for these entities have also
been implemented.

Partially implements: bp endpoint-policy
Change-Id: I5de15459f5b577955056ecc166b450963e85bbc9
2014-08-21 14:53:52 +01:00
Steve Martinelli
1cb512a7c3 Update CADF auditing example to show non-payload information
Currently, the documentation only shows the payload of a CADF
authentication event. We should show the other non-payload info
so as to be consistent with the other notification examples.

Change-Id: I878a71c4b99bb8e9e080be852cb139909030dfd9
2014-08-07 17:19:23 -04:00
Jenkins
3ceb061ee1 Merge "project disabled/deleted notification recommendations" 2014-07-21 16:22:04 +00:00
Dolph Mathews
e17dae8fb4 project disabled/deleted notification recommendations
These recommendations represent the outcome of the Keystone/Barbican
cross-project discussion regarding:

  https://review.openstack.org/#/c/99658/

This discussion occurred at the keystone hackathon for Juno.

Change-Id: Ib67c85a9f900ef0a6a346cdbf3280b3a8f977ad7
2014-07-14 14:07:48 -05:00
Dolph Mathews
04dc1cae95 render json examples with syntax highlighting
Change-Id: I5727bc7ed967f81ab63b0d031b9a6d6da673da3a
2014-07-14 13:53:12 -05:00
Brad Topol
a7c77e8155 Add cloud auditing notification documentation
Added documentation that states that Keystone has added audit
notification support for operations like authentication using
the DMTF Cloud Auditing Data Federation (CADF) standard.

Change-Id: I63858d14f1b628597251c8980eae6a4fe626e83f
2014-06-12 23:15:20 -05:00
Lance Bragstad
a146bae224 Document priority level on Keystone notifications
In the notification docs, we never explicitly say that notification are
always set at the INFO level. This priority level is not configurable
by the end user through the keystone.conf and this change documents that
behavior in the event_notifications.rst docs.

Change-Id: I293db2b69a73a1b56fe0539e183ea13b87ce639a
2014-02-06 04:04:23 +00:00
Lance Bragstad
ad09487d1d Implement notifications for trusts
Use the existing notifications wrapper to send notifications when a
trust is created or deleted. There is no need to send a notification on
a trust update since trusts are immutable. This change adds
trusts to the event_notifications.rst documentation.

Change-Id: I777ad4594ce9b93c36af675ac677cfa61524a3e7
blueprint: trust-notifications
2014-01-22 03:29:58 +00:00
Steve Martinelli
13583ee852 Add notifications for groups and roles
Currently, we only issue notifications for projects, users and
domains. This patch will add support to issue notifications for
groups and roles. Notifications will be sent on create, update
and delete.

I've also updated tests to include tests for projects and users.

DocImpact
Change-Id: I23eac9afb2a227e5739dc25395705597a92eb23c
fixes: bug 1231220
2013-10-17 11:29:41 -05:00
Dolph Mathews
d1e3496716 add 'project' notifications to docs
In addition to adding a mention about 'project' notifications, I rewrote
a few bits of the notifications docs to make it easier to add new
resource types as we implement them (you only have to add them to the
list, rather than revising a bunch of disparate paragraphs).

blueprint notifications

Change-Id: I4792e5dd368d5404c252d6c7c8dc8813af7509d8
2013-09-03 14:35:11 -05:00
Brad Pokorny
7b58af97fe Document usage notifications
Adding documentation for the usage notifications being
added to Keystone for bp notifications.

Change-Id: Ibf87d52bc6df68553f346eeba326e9159303313d
2013-08-30 06:54:30 -05:00