DSF HUB - Asset Dashboard Error
- Dominant language
- HCL
- Stars
- 7
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
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!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with README.md and dsfkit/examples/aws/installation/dsf_single_account_deployment/terraform.tfvars. Run the single-account deployment with the supplied settings, then open Asset Dashboard and check the localhost:27117 authorization failure. Done means determining whether the error reproduces and recording its cause or a confirmed resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, terraform
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100