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

Enable sending an email to users not found in the Google Workspace directory #666

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

jfreda
Copy link
Collaborator

@jfreda jfreda commented Apr 2, 2024

We have encountered rare cases where users may not be found in the Google Workspace directory, which prevents them from logging into Hermes. This PR enables sending an email to these users with custom remediation instructions.

New config block

google_workspace {
  ...
  user_not_found_email {
    body    = "Oh no! :-("
    enabled = true
    subject = "Unable to sign into Hermes"

  }
  ...
}

@jfreda jfreda requested a review from a team as a code owner April 2, 2024 16:33
@jfreda jfreda added the enhancement New feature or request label Apr 2, 2024
@jfreda jfreda merged commit 0a9b320 into main Apr 4, 2024
2 checks passed
@jfreda jfreda deleted the jfreda/send-email-to-users-not-found branch April 4, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants