-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auth - improve config revision auditability, closes #7033
This commit contains the following changes to improve revision visibility. * add username and api token for external (non-gui) callers. * offer the ability to merge revision information into configuration saves. (getRevisionContext / setRevisionContext) * merge session attributes starting with xrevision_ into a revision item, for example. xrevision_impersonated_by would be recorded as impersonated_by * add "impersonated_by" to audit log when specified (for future use) * remove revision attributes before adding, this prevents attributes sticking around.
- Loading branch information
1 parent
7f6ac2a
commit 864f8d3
Showing
2 changed files
with
81 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters