Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes the way policies are reported in audit logs #4747

Merged
merged 9 commits into from
Jun 14, 2018

Commits on Jun 13, 2018

  1. This changes the way policies are reported in audit logs.

    Previously, only policies tied to tokens would be reported. This could
    make it difficult to perform after-the-fact analysis based on both the
    initial response entry and further requests. Now, the full set of
    applicable policies from both the token and any derived policies from
    Identity are reported.
    
    To keep things consistent, token authentications now also return the
    full set of policies in api.Secret.Auth responses, so this both makes it
    easier for users to understand their actual full set, and it matches
    what the audit logs now report.
    jefferai committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    e418a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54026ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1400f51 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Some test updates

    jefferai committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    6c6dfcf View commit details
    Browse the repository at this point in the history
  2. Fix test oops

    jefferai committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    5cfc454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    188eb97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fc5516 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9335a0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fce3933 View commit details
    Browse the repository at this point in the history