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

LGA-2991 - Disable indexing and whitelisting of Non-Production environments #1262

Merged
merged 2 commits into from
May 13, 2024

Conversation

said-moj
Copy link
Contributor

@said-moj said-moj commented May 9, 2024

What does this pull request do?

Disable indexing and whitelisting of Non-Production environments

Any other changes that would benefit highlighting?

Pingdom IP addresses also needed to be added to the whitelist. However these frequently change, so an additional script is added to discover these IP addresses.

Checklist

  • Provided JIRA ticket number in the title, e.g. "LGA-152: Sample title"

@said-moj said-moj requested a review from a team as a code owner May 9, 2024 09:19
@said-moj said-moj force-pushed the feature/LGA-2991-hide-non-prod branch from 2cc1acf to 0ec2806 Compare May 9, 2024 09:21
@said-moj said-moj force-pushed the feature/LGA-2991-hide-non-prod branch from 0ec2806 to b2a83e1 Compare May 9, 2024 09:40
Pheonnexx
Pheonnexx previously approved these changes May 9, 2024
@said-moj said-moj force-pushed the feature/LGA-2991-hide-non-prod branch 2 times, most recently from f8dafaf to 3202696 Compare May 9, 2024 12:53
@said-moj said-moj force-pushed the feature/LGA-2991-hide-non-prod branch from 739fb6b to 1bb5881 Compare May 9, 2024 14:02
Copy link

sonarcloud bot commented May 9, 2024

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@said-moj said-moj changed the title WIP - LGA-2991 - Disable indexing and whitelisting of Non-Production environments LGA-2991 - Disable indexing and whitelisting of Non-Production environments May 10, 2024
Copy link
Contributor

@digitalali-moj digitalali-moj left a comment

Choose a reason for hiding this comment

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

Excellent work! One little question

@@ -17,5 +17,6 @@ helm upgrade $CLEANED_BRANCH_NAME \
--set image.repository=$DOCKER_REPOSITORY \
--set image.tag=$IMAGE_TAG \
--set dashboard.enabled=false \
--set-string pingdomIPs=$PINGDOM_IPS \
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this dynamic staging. If so do we need pingdom access? Is it simpler to keep?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes this dynamic staging and no we don't need pingdom access on this environment. However it makes writing the config writing simpler

Copy link
Contributor

@TawneeOwl TawneeOwl left a comment

Choose a reason for hiding this comment

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

LGTM

@said-moj said-moj merged commit 2be4145 into master May 13, 2024
15 checks passed
@said-moj said-moj deleted the feature/LGA-2991-hide-non-prod branch May 13, 2024 09:25
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.

None yet

4 participants