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: [CHK-3298] add user stats api key in keyvault #2465

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

ciuffagianluca
Copy link
Contributor

Add key-vault entry to store user-stats api key

List of changes

Motivation and context

Type of changes

  • Add new resources
  • Update configuration to existing resources
  • Remove existing resources

Does this introduce a change to production resources with possible user impact?

  • Yes, users may be impacted applying this change
  • No

Does this introduce an unwanted change on infrastructure? Check terraform plan execution result

  • Yes
  • No

Other information


If PR is partially applied, why? (reserved to mantainers)

pietro-tota
pietro-tota previously approved these changes Oct 4, 2024
@@ -486,6 +486,19 @@ resource "azurerm_key_vault_secret" "transactions_service_auth_update_api_key" {
}
}


resource "azurerm_key_vault_secret" "user_stats_api_key" {
name = "user-stats-api-key"
Copy link
Contributor

Choose a reason for hiding this comment

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

user-stats is an ecommerce microservice, who will invoke this api? I recommend adding a reference to the client in the name, the goal is to avoid using this api key unintentionally. If there are multiple clients internal or external to ecommerce, it is always better to differentiate the api keys

@infantesimone infantesimone merged commit 82d939d into main Oct 8, 2024
6 checks passed
@infantesimone infantesimone deleted the CHK-3298-user-stats-api-key branch October 8, 2024 14:19
Copy link

github-actions bot commented Oct 8, 2024

🎉 This PR is included in version 1.208.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

3 participants