You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,13 @@
8
8
* Removed the provisioning of Route53 Hosted zone when deploying a single node.
9
9
* Added ability to use custom principal for EBS Admin Role and Param Store Admin role via assume_role_principal_arn variable
10
10
* Updated graphdb_instance_ssm policy in iam.tf - added restrictions on ssm:DescribeParameters to only allow usage on graphdb-related resources.
11
-
* Updated graphdb_instance_ssm polict in iam.tf - restricted kms actions to Decrypt only
12
-
* Changed owner of /etc/prometheus to cwagent:cwagent. Removed rw permissions for /etc/prometheus/prometheus.yaml for other an group users
11
+
* Updated graphdb_instance_ssm policy in iam.tf - restricted kms actions to Decrypt only
12
+
* Changed owner of /etc/prometheus to cwagent:cwagent. Removed rw permissions for /etc/prometheus/prometheus.yaml for other an group users
13
13
* Removed access to aws cli for users other than root
14
14
* Added a toggle for enabling/disabling the availability tests in CloudWatch
15
+
* Added new variable, deployment_restriction_tag to be used for tagging resources as part of the deployment. This allows for stricter IAM policies on certain (dangerous) actions
16
+
* Changed graphdb_instance_volume policy to restrict ec2:AttachVolume and ec2:CreateVolume for only specifically tagged volumes
17
+
* Extended graphdb_instance_volume_tagging by adding an additional constraint on ec2:CreateTags to allow instances that are already tagged with deployment_restriction_tag to be tagged with a Name
0 commit comments