-
Notifications
You must be signed in to change notification settings - Fork 9
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
Set up basic auth for the staging envrionment #1003
Milestone
Comments
placek
added a commit
that referenced
this issue
May 14, 2024
In this commit, basic authentication has been implemented on the staging environment to ensure that only authorized users can access it. Different environment variables have been set up for each environment (dev, test, staging) to provide different configurations. This allows for specifying the basic authentication credentials specific to the staging environment. The changes made include modifying the .envrc file to set environment variables based on the selected environment, as well as updating the configuration in config.mk to generate the appropriate nginx authentication file based on the environment chosen.
placek
added a commit
that referenced
this issue
May 14, 2024
…b Actions In this commit, the necessary changes have been made in the GitHub Actions workflows to apply the basic authentication environment variables where needed. This update ensures that the correct credentials are utilized for basic authentication in the different environments (beta, dev, staging, test). The workflow files for these environments have been modified to include the specific environment variables related to basic authentication. For instance, in the build-and-deploy-staging.yml file, the environment variable `STAGING_NGINX_BASIC_AUTH` has been introduced to set the basic authentication credentials for the staging environment.
placek
added a commit
that referenced
this issue
May 14, 2024
…th-for-the-staging-envrionment [#1003] Apply basic auth on staging environment
To be checked on Stage env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
We need to set up basic authentication for our staging environment. This is to ensure that only authorized users can access the staging environment, where we plan to present some of our newest features to elect users. Implementing basic authentication will help secure the environment and prevent unauthorized access or exploitation.
Objective:
Requirements:
Basic Authentication Setup:
Documentation:
Testing:
The text was updated successfully, but these errors were encountered: