-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello Imperva,
Today, I spun up a new DSF Hub instance for testing purposes from the Imperva GitHub repository called dsfkit, using the latest version of the modules.
Following the instructions in the README.md file, I created a terraform.tfvars file to set up the new DSF hub without other components. The specific location for this file is dsfkit/examples/aws/installation/dsf_single_account_deployment/terraform.tfvars.
`enable_dam = false
agentless_gw_count = 0
agent_gw_count = 0
hub_hadr = false
agentless_gw_hadr = false
enable_dra = false
aws_profile = ""
aws_region_1 = "eu-xxxxxx"
aws_region_2 = "eu-xxxxxx"
subnet_ids = {
hub_main_subnet_id = "subnet-xxxxxxxxxxxxxxxxx"
hub_dr_subnet_id = "subnet-xxxxxxxxxxxxxxxxx"
agentless_gw_main_subnet_id = "subnet-xxxxxxxxxxxxxxxxx"
agentless_gw_dr_subnet_id = "subnet-xxxxxxxxxxxxxxxxx"
mx_subnet_id = "subnet-xxxxxxxxxxxxxxxxx"
agent_gw_subnet_id = "subnet-xxxxxxxxxxxxxxxxx"
dra_admin_subnet_id = "subnet-xxxxxxxxxxxxxxxxx"
dra_analytics_subnet_id = "subnet-xxxxxxxxxxxxxxxxx"
}
workstation_cidr = ["x.x.x.x/x"]
web_console_cidr = ["x.x.x.x/x"]`
However, when I opened the “Asset Dashboard,” I encountered an error message:
Command failed with error 13: 'Authorization failure' on server localhost:27117. The full response is { "ok" : 0.0, "$err" : "Authorization failure", "errmsg" : "Authorization failure", "code" : 13 }
Could you please check if the issue still persists from your side when using the same example code? Your assistance would be greatly appreciated.
Thank you!
