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

Remove SEP-24 secret from the reference server #1666

Merged
merged 4 commits into from
Mar 7, 2025

Conversation

philipliu
Copy link
Contributor

@philipliu philipliu commented Mar 6, 2025

Description

This combines the secret keys used by the reference server for payments.

Context

There's no need to have two separate accounts.

Testing

  • ./gradlew test

Documentation

N/A

Known limitations

N/A

@philipliu philipliu marked this pull request as ready for review March 6, 2025 02:49
@JiahuiWho
Copy link
Contributor

JiahuiWho commented Mar 6, 2025

LGTM. Do you plan to make another release to sync with the stg and testacnhor?

@@ -25,9 +25,8 @@ spec:
{
"POSTGRES_USER": "postgres",
"POSTGRES_PASSWORD": "123456789",
"SEP6_SECRET": "SAJW2O2NH5QMMVWYAN352OEXS2RUY675A2HPK5HEG2FRR2NXPYA4OLYN",
"SECRET": "SAJW2O2NH5QMMVWYAN352OEXS2RUY675A2HPK5HEG2FRR2NXPYA4OLYN",
Copy link
Collaborator

Choose a reason for hiding this comment

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

SECRET is too general. Can we rename the reference server's AppConfig::secret to something more meaningful since it is shared between SEPs.

ex: paymentSigningSecret, etc.

@philipliu
Copy link
Contributor Author

LGTM. Do you plan to make another release to sync with the stg and testacnhor?

This isn't urgent and can go out in the next planned release.

@philipliu philipliu merged commit 55880dd into stellar:develop Mar 7, 2025
10 checks passed
@philipliu philipliu deleted the simplify-ref-config branch March 7, 2025 18:51
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.

3 participants