Skip to content
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: Multichain payment #845

Merged
merged 73 commits into from
Dec 26, 2024
Merged

Feat: Multichain payment #845

merged 73 commits into from
Dec 26, 2024

Conversation

x1m3
Copy link
Contributor

@x1m3 x1m3 commented Nov 8, 2024

No description provided.

@x1m3 x1m3 added backend do not merge Please, do not merge it. labels Nov 8, 2024
@x1m3 x1m3 requested a review from a team as a code owner November 8, 2024 16:30
@x1m3 x1m3 marked this pull request as draft November 8, 2024 16:31
@x1m3 x1m3 changed the title Feat/multichain payment Feat: Multichain payment Nov 13, 2024
Copy link
Contributor

@martinsaporiti martinsaporiti left a comment

Choose a reason for hiding this comment

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

not sure about the name of the archives, specially payments_service... that file has methods for payment options. Besides that, the names of the methods ... like createPaymentoption should not be create?

@x1m3
Copy link
Contributor Author

x1m3 commented Nov 15, 2024

@martinsaporiti There are 2 concepts by now. Payments and PaymentOptions. Payments will be linked to PaymentOptions. I was in doubt of splitting it into 2 services: Payments and PaymentOptions , or to use just one. What do you think? Should we divide it into 2 services?

api/api.yaml Outdated Show resolved Hide resolved
Copy link

gitguardian bot commented Dec 10, 2024

⚠️ GitGuardian has uncovered 5 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
14295020 Triggered Generic High Entropy Secret daaeebc internal/kms/aws_secret_storage_provider_test.go View secret
8664826 Triggered Generic Password e8d8158 k8s/testing/values.yaml View secret
14295020 Triggered Generic High Entropy Secret a823a07 internal/kms/aws_secret_storage_provider_test.go View secret
14295020 Triggered Generic High Entropy Secret a823a07 internal/kms/aws_secret_storage_provider_test.go View secret
14295020 Triggered Generic High Entropy Secret a823a07 internal/kms/aws_secret_storage_provider_test.go View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@martinsaporiti martinsaporiti merged commit 48aec25 into develop Dec 26, 2024
3 checks passed
@martinsaporiti martinsaporiti deleted the feat/multichain-payment branch December 26, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants