Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
1c8f1c70
Commit
1c8f1c70
authored
Feb 14, 2017
by
Vedran Pavic
Committed by
Stephane Nicoll
Feb 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix audit events related documentation
Closes gh-8319
parent
9e1238e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README.adoc
spring-boot-actuator/README.adoc
+1
-1
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+2
-1
No files found.
spring-boot-actuator/README.adoc
View file @
1c8f1c70
...
...
@@ -43,7 +43,7 @@ For Gradle, use the declaration:
delta (an increment or decrement). Metrics for all HTTP requests are automatically
recorded, so if you hit the `metrics` endpoint should see a sensible response.
* **Audit** Spring Boot Actuator has a flexible audit framework that will publish events
to an `Audit
Service
`. Once Spring Security is in play it automatically publishes
to an `Audit
EventRepository
`. Once Spring Security is in play it automatically publishes
authentication events by default. This can be very useful for reporting, and also to
implement a lock-out policy based on authentication failures.
* **Process Monitoring** In Spring Boot Actuator you can find `ApplicationPidFileWriter`
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
1c8f1c70
...
...
@@ -2710,7 +2710,8 @@ to the home page at "/" and keep the default for everything else:
If the Actuator is also in use, you will find:
* The management endpoints are secure even if the application endpoints are insecure.
* Security events are transformed into `AuditEvents` and published to the `AuditService`.
* Security events are transformed into `AuditEvent` instances and published to the
`AuditEventRepository`.
* The default user will have the `ADMIN` role as well as the `USER` role.
The Actuator security features can be modified using external properties
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment