API-42295: Remove Appeals API OAuth Token Generation and Validation Rake Tasks #19653
+0
−236
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.
Summary
This work is behind a feature toggle (flipper): NO
This PR removes the Appeals API OAuth token generation and validation rake tasks from the application. This can be done because 1) all Appeals APIs that use OAuth are moving out of
vets-api
and into a new application on a different VA platform, and 2) we have newer methods of generating and validating OAuth tokens for the Appeals API.My team (Lighthouse Banana Peels) owns the Lighthouse Appeals APIs and were the original creators of the rake task that this PR removes.
Related issue(s)
Testing done
I ran
bundle exec rake -T
and validated that the deleted rake tasks are no longer returned in the list. I also confirmed that the removed settings were only used by these removed rake tasks.Screenshots
N/A
What areas of the site does it impact?
This PR only impacts the Lighthouse Appeals APIs OAuth token generation and validation rake tasks.
Acceptance criteria
Requested Feedback
No specific feedback requested for this PR.