Skip to content

Commit

Permalink
API-42295: Remove Appeals API token generation and validation rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
kristen-brown committed Nov 27, 2024
1 parent 6deb4e8 commit cb8cec0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 235 deletions.
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 cb8cec0

Please sign in to comment.