Skip to content

Remove Proofing Lambdas#4844

Merged
zachmargolis merged 2 commits intomainfrom
mitchellhenke/remove-some-lambda
Mar 29, 2021
Merged

Remove Proofing Lambdas#4844
zachmargolis merged 2 commits intomainfrom
mitchellhenke/remove-some-lambda

Conversation

@mitchellhenke
Copy link
Contributor

Simplifies some of the Ruby Worker work that's ongoing

Copy link
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

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

LGTM! Should inlining the code from the identity-idp-functions be a followup PR?

Comment on lines -31 to -37
auth_request_timeout: AppConfig.env.aamva_auth_request_timeout,
auth_url: AppConfig.env.aamva_auth_url,
cert_enabled: AppConfig.env.aamva_cert_enabled,
private_key: AppConfig.env.aamva_private_key,
public_key: AppConfig.env.aamva_public_key,
verification_request_timeout: AppConfig.env.aamva_verification_request_timeout,
verification_url: AppConfig.env.aamva_verification_url,
Copy link
Contributor

Choose a reason for hiding this comment

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

we still need to pass these configs in, inside the job classes now right?

Copy link
Contributor

Choose a reason for hiding this comment

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

nevermind, I didn't realize we had copied these there already

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep, all good. we'll want to test in staging to make sure the credentials make it appropriately and everything though

@mitchellhenke mitchellhenke force-pushed the mitchellhenke/remove-some-lambda branch from 3758f78 to 51de81b Compare March 26, 2021 18:22
@mitchellhenke mitchellhenke force-pushed the mitchellhenke/remove-some-lambda branch from 51de81b to 48312ef Compare March 26, 2021 18:24
@mitchellhenke
Copy link
Contributor Author

@zachmargolis Is it alright to force merge?

@zachmargolis zachmargolis merged commit eea7d38 into main Mar 29, 2021
@zachmargolis zachmargolis deleted the mitchellhenke/remove-some-lambda branch March 29, 2021 19:29
@zachmargolis
Copy link
Contributor

@mitchellhenke done

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.

2 participants