This commit is contained in:
@@ -145,7 +145,7 @@ locals {
|
||||
purpose_justification_prompt = "Access justification required: Please provide your business reason for accessing this sensitive resource."
|
||||
lifecycle_create_before_destroy = true
|
||||
}
|
||||
employees_browser_rendering = {
|
||||
aws_employees_browser_rendering = {
|
||||
name = "Employees AWS Database Policy"
|
||||
include_groups = ["infrastructure_admin"]
|
||||
require_posture = true
|
||||
@@ -154,7 +154,7 @@ locals {
|
||||
purpose_justification_prompt = "Access justification required: Please provide your business reason for accessing this production system."
|
||||
require_login_method = true
|
||||
}
|
||||
contractors_browser_rendering = {
|
||||
aws_contractors_browser_rendering = {
|
||||
name = "Contractors AWS Database Policy"
|
||||
include_groups = ["contractors"]
|
||||
require_posture = true
|
||||
@@ -163,12 +163,36 @@ locals {
|
||||
purpose_justification = true
|
||||
purpose_justification_prompt = "Access justification required: Please provide your business reason for accessing this production system."
|
||||
}
|
||||
gcp_employees_browser_rendering = {
|
||||
name = "Employees GCP Database Policy"
|
||||
include_groups = ["infrastructure_admin"]
|
||||
require_posture = true
|
||||
require_mfa = false
|
||||
purpose_justification = true
|
||||
purpose_justification_prompt = "Access justification required: Please provide your business reason for accessing this production system."
|
||||
require_login_method = true
|
||||
}
|
||||
gcp_contractors_browser_rendering = {
|
||||
name = "Contractors GCP Database Policy"
|
||||
include_groups = ["contractors"]
|
||||
require_posture = true
|
||||
require_mfa = false
|
||||
require_country = true
|
||||
purpose_justification = true
|
||||
purpose_justification_prompt = "Access justification required: Please provide your business reason for accessing this production system."
|
||||
}
|
||||
aws = {
|
||||
name = "AWS Cloud Policy"
|
||||
include_groups = ["sales_engineering"]
|
||||
require_posture = true
|
||||
require_mfa = true
|
||||
}
|
||||
gcp = {
|
||||
name = "GCP Cloud Policy"
|
||||
include_groups = ["sales_engineering"]
|
||||
require_posture = true
|
||||
require_mfa = true
|
||||
}
|
||||
okta = {
|
||||
name = "Okta Cloud Policy"
|
||||
include_groups = ["it_admin"]
|
||||
|
||||
Reference in New Issue
Block a user