Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
audit-log: Add controller config for audit logging #8210
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit 82d9eb6
into
juju:2.3
Dec 13, 2017
1 check passed
continuous-integration/jenkins/pr-merge
This commit looks good
Details
babbageclunk
deleted the
babbageclunk:audit-config
branch
Dec 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
babbageclunk commentedDec 13, 2017
Description of change
Plumb the audit logging configuration options into controller config.
QA steps
Bootstrap a controller without auditing enabled (the default) -
/var/log/juju/audit.logisn't created. Kill the controller and bootstrap again with config settings:See that the audit log file is created and it contains audit log entries.
Check that the options above are shown in the output of
juju controller-config.Documentation changes
These controller config options will need to be documented.