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.
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
feat: add proof of concept implementation of argo image updater replacement #173
feat: add proof of concept implementation of argo image updater replacement #173
Changes from all commits
eeadd14
2d52c58
471a7bd
1a84953
8fb96f0
3da27ea
228f4f4
1d89c75
fa215f7
c1e8c1c
7e12693
6df22be
6b359bd
1dfed33
755677f
dccf17d
61fe284
6cc674e
5af839b
1177a3f
c1f3b0d
a6c5401
3c4dd47
9b53f73
6f214d2
69abd2a
23502c1
705ded8
1ffee91
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I think the token verification should happen in the router. In case the token is invalid, fail the API call. In case it's successful - continue the execution. And for git commit deployment identification in the code, I'd add a separate parameter, for example
GitCommitEnabled
, so that it's explicit what the client wants.