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

private blobstorage to store party contracts #33

Merged
merged 12 commits into from
Nov 4, 2021
Merged

Conversation

antonioT90
Copy link
Contributor

List of changes

private blobstorage to store party contracts

Motivation and context

Type of changes

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

Env to apply

  • DEV
  • UAT
  • PROD

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)

@antonioT90 antonioT90 requested a review from a team October 28, 2021 18:09
@iwoak iwoak requested a review from pasqualedevita November 2, 2021 08:50
Copy link
Member

@pasqualedevita pasqualedevita left a comment

Choose a reason for hiding this comment

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

Also for this storage I suggest to:

  1. use private endpoints
  2. enable soft delete
  3. enable advanced_threat_protection for prod env

name = replace(format("%s-blobstorage", local.project), "-", "")
account_kind = "StorageV2"
account_tier = "Standard"
account_replication_type = "LRS"
Copy link
Member

Choose a reason for hiding this comment

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

since in this storage will be stored contracts I suggest to use RA-GZRS for production env (LRS for dev,uat)
https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy#durability-and-availability-parameters

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@iwoak how much days should we configure the delete retention period in prod? in other environment it'sok to set 1 day?

@antonioT90 antonioT90 merged commit 953feec into main Nov 4, 2021
@antonioT90 antonioT90 deleted the contract-storage branch November 4, 2021 12:07
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.

2 participants