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

[#1567] Resolving NGINX authentication misconfiguration in resync workflow for Cardano Node and DBSync #1569

Conversation

placek
Copy link
Contributor

@placek placek commented Jul 12, 2024

The purpose of these changes is to address the issue where NGINX authentication settings were either missing or incorrectly named in the resync workflow for Cardano Node and DBSync. By updating the NGINX authentication configuration, the intention is to ensure that the resync action can be performed properly across different environments.

In order to facilitate the execution of the resync action in various
environments (development, testing, and staging), the NGINX
authentication configuration has been updated. Previously,
authentication was controlled using a single `NGINX_BASIC_AUTH` secret.
This has now been expanded to include separate authentication secrets
for development (`DEV_NGINX_BASIC_AUTH`), testing
(`TEST_NGINX_BASIC_AUTH`), and staging (`STAGING_NGINX_BASIC_AUTH`),
allowing more granular control and enhanced security in different stages
of deployment.
@placek placek merged commit 04ba789 into develop Jul 12, 2024
@placek placek deleted the fix/1567-resolving-nginx-authentication-misconfiguration-in-resync-workflow-for-cardano-node-and-dbsync branch July 12, 2024 10:55
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.

Resolving NGINX authentication misconfiguration in resync workflow for Cardano Node and DBSync
2 participants