-
Notifications
You must be signed in to change notification settings - Fork 60
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
Shanice/logic alert integration #7979
Conversation
…unsupported arguments
ops/pentest/main.tf
Outdated
|
||
module "logic_app_workflow" { | ||
source = "../services/alerts/alert_app" | ||
azure_alert_slack_webhook = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alismx I'm still not sure what to add as the value here in order to pull in the value of the Github secret named AZURE_ALERT_SLACK_WEBHOOK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if instead of passing it in like this, you put this secret in the Azure vault and pull it via a terraform data object and use it that way? Like how we do here.
Once you have it, it seems like we might be able to use it like this.
|
BACKEND PULL REQUEST
Related Issue
Changes Proposed
Additional Information
Testing
DATABASE PULL REQUEST
Related Issue
Changes Proposed
Additional Information
Testing
DEVOPS PULL REQUEST
Related Issue
Changes Proposed
Additional Information
Testing
FRONTEND PULL REQUEST
Related Issue
Changes Proposed
Additional Information
Testing
Screenshots / Demos