-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(connector): implement authentication flow for netcetera #4334
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5300f54
Generate connector template code for netcetera
hrithikesh026 18a30db
feat(connector): integrate netcetera connector with pre authenticatio…
hrithikesh026 f508975
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] 98db511
introduce new connector authentication type
hrithikesh026 ddac07f
introduce CertificateAuth type to ConnectorAuthType enum
hrithikesh026 a1bbeb7
feat(connector): implement authentication flow for netcetera
hrithikesh026 93699d0
Merge branch 'main' into implement-authentication-flow-netcetera
hrithikesh026 a5004b0
Merge branch 'main' into integrate-netcetera
hrithikesh026 7caad1f
chore: run formatter
hyperswitch-bot[bot] 200cc6a
Merge branch 'integrate-netcetera' into implement-authentication-flow…
hrithikesh026 2adf984
chore: run formatter
hyperswitch-bot[bot] 979dd95
address spell check
hrithikesh026 e72531a
Merge branch 'integrate-netcetera' into implement-authentication-flow…
hrithikesh026 71fcbb5
address comments
hrithikesh026 1026996
address comments
hrithikesh026 4d4be38
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] c0a7cd9
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] 0252d23
Merge branch 'main' into integrate-netcetera
hrithikesh026 39564e1
chore: update Cargo.lock
hyperswitch-bot[bot] ba2f475
address comments
hrithikesh026 dd20349
Merge branch 'integrate-netcetera' into implement-authentication-flow…
hrithikesh026 2796b62
arrange connector names alphabetically
hrithikesh026 0ced93b
update netcetera auth type in sample_auth.toml
hrithikesh026 35ab4e3
Merge branch 'integrate-netcetera' into implement-authentication-flow…
hrithikesh026 2777b5c
address spell check
hrithikesh026 026e873
Merge branch 'main' into implement-authentication-flow-netcetera
hrithikesh026 6ef6d4f
chore: remove todo comments
hrithikesh026 c24025f
chore: run formatter
hyperswitch-bot[bot] 7af9af0
address comments
hrithikesh026 16f933b
address spell check
hrithikesh026 2174ec2
make enum variant untagged
hrithikesh026 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Did we raise a query, if this would be the same URL
prev
for PROD too?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.
If
netcetera.base_url
is missing in production.toml, it would cause production deployment to fail.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.
This will just be a temporary fix to avoid production deployment failure.