generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add middleware to App Gateway #458
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
28ef475
Add middleware to app gateway
6ebfb09
fmt
f162efa
push middleware image to dev
3a879f8
wip
1aee8f9
wip
97a82e0
wip
bddcb8d
wip
6e4c811
wrong image
93f4f86
wrong image
eb399bf
rm entrypoint
d81fa29
try diff dockerfile fmt
f6535bb
try diff dockerfile fmt
cb88e00
try diff dockerfile fmt
bd9202c
try diff dockerfile fmt
30a3b49
try diff dockerfile fmt
d894ee8
try diff dockerfile fmt
9cbab03
try diff dockerfile fmt
f55ed1f
try diff dockerfile fmt
e3fb8f5
try diff dockerfile fmt
6dcd27b
try diff dockerfile fmt
636719a
try diff dockerfile fmt
4e422b8
try diff dockerfile fmt
02247a3
try diff dockerfile fmt
5cc093e
try diff dockerfile fmt
52f1179
try diff dockerfile fmt
7d3a15b
clean
b29e740
clean
8dd3531
clean
aa6f7e1
Merge branch 'main' into put-middle-behind-app-gateway
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
output "fqdn" { | ||
value = azurerm_public_ip.lb-pip.fqdn | ||
} | ||
|
||
output "app_gateway_hostname" { | ||
value = azurerm_application_gateway.load_balancer.id | ||
sensitive = true | ||
} | ||
|
||
output "app_gateway_ip" { | ||
value = azurerm_public_ip.lb-pip.ip_address | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is the name just
ocr
orapi_ocr
?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.
oh the name here doesn't really matter, just needs to be different than the middleware rule.