Skip to content

Commit

Permalink
API-42295: Remove Appeals API OAuth Token Generation and Validation R…
Browse files Browse the repository at this point in the history
…ake Tasks (#19653)
  • Loading branch information
kristen-brown authored Dec 2, 2024
1 parent bbdab6b commit f937c68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 236 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,6 @@ modules/vye @department-of-veterans-affairs/backend-review-group #@department-of
postman/vets-api.pm-collection.json @department-of-veterans-affairs/backend-review-group
postman/Dockerfile @department-of-veterans-affairs/backend-review-group
public @department-of-veterans-affairs/va-api-engineers @department-of-veterans-affairs/backend-review-group
rakelib/appeals_api_oauth.rake @department-of-veterans-affairs/backend-review-group
rakelib/breakers_outage.rake @department-of-veterans-affairs/backend-review-group
rakelib/connectivity.rake @department-of-veterans-affairs/octo-identity
rakelib/covid_vaccine.rake @department-of-veterans-affairs/va-cto-health-products @department-of-veterans-affairs/backend-review-group
Expand Down
18 changes: 0 additions & 18 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,24 +345,6 @@ modules_appeals_api:
api_key: ""
supplemental_claims:
api_key: ""
# The token generation values below are only used for development rake tasks.
token_generation:
ccg:
config_uri: "https://dev-api.va.gov/oauth2/appeals/system/v1/.well-known/openid-configuration"
# Get a client ID by submitting your public jwk here - make sure to check the boxes for the APIs under
# "Client Credentials Grant APIs": https://developer.va.gov/onboarding/request-sandbox-access
client_id: ""
# Absolute path to the private key file matching the jwk:
private_key_path: ""
auth:
config_uri: "https://dev-api.va.gov/oauth2/appeals/v1/.well-known/openid-configuration"
# Get a client ID/secret by submitting this form - make sure to check the boxes for the APIs under
# "Authorization Code Flow APIs": https://developer.va.gov/onboarding/request-sandbox-access
client_id: ""
client_secret: ""
redirect_uri: ""
user_email: ""
user_password: ""
slack:
api_key: ""
appeals_channel_id: ""
Expand Down
217 changes: 0 additions & 217 deletions rakelib/appeals_api_oauth.rake

This file was deleted.

0 comments on commit f937c68

Please sign in to comment.