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

Add middleware to App Gateway #458

Merged
merged 29 commits into from
Dec 10, 2024
Merged

Conversation

derekadombek
Copy link
Collaborator

@derekadombek derekadombek commented Dec 5, 2024

Description

Forgot to add this on my previous PR

this should hopefully allow all the services to communicate properly 🤞

Screenshots (if applicable)

Related Issues

[Link any related issues or tasks from your project management system.]

Checklist

  • The title of this PR is descriptive and concise.
  • My changes follow the style guidelines of this project.
  • I have added or updated test cases to cover my changes.
  • I've let the team know about this PR by linking it in the review channel

@derekadombek derekadombek self-assigned this Dec 5, 2024
@derekadombek derekadombek linked an issue Dec 5, 2024 that may be closed by this pull request
Administrator added 3 commits December 5, 2024 18:00
api-name: ocr

deploy-ocr:
name: Deploy OCR
runs-on: ubuntu-latest
environment: ${{ inputs.deploy-env }}
environment: dev
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to hardcode dev here? Or can we make dynamic so if whomever picks it up can select dev, as well as, stage or prod (after they build out those environments)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is how we do local github action testing. I will make this a draft

Copy link
Collaborator Author

@derekadombek derekadombek Dec 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also wouldnt need to test like this if we create a seperate worflow for building and deploying the middleware


path_rule {
name = "api"
name = "ocr"
Copy link
Collaborator

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 or api_ocr?

Copy link
Collaborator Author

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.

@derekadombek derekadombek marked this pull request as draft December 6, 2024 14:53
@derekadombek derekadombek marked this pull request as ready for review December 9, 2024 16:00
@derekadombek derekadombek added this pull request to the merge queue Dec 10, 2024
Merged via the queue into main with commit c567b21 Dec 10, 2024
1 check passed
@derekadombek derekadombek deleted the put-middle-behind-app-gateway branch December 10, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Middleware to App Gateway
2 participants