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

[master] Add autosign_grains to auth events with action 'pend' #65426

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 28, 2024

  1. Move eload variable into auth_events if statement

    It is only used when auth events are enabled.
    thus committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    04b042e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4acddd View commit details
    Browse the repository at this point in the history
  3. Add option to add autosign_grains to auth events

    Adding autosign_grains for an action is enabled by adding the action to
    the 'auth_events_autosign_grains' (list) option on the master, which is
    empty by default.
    
    As an example, we could add the following to add autosign_grains to
    all auth events with action 'pend' (approval pending):
      auth_events_autosign_grains: ["pend"]
    thus committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    05568c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29920e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ee1c8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e4f9a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75ec4e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c6fa20 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    9b97ced View commit details
    Browse the repository at this point in the history