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

DSF HUB - Asset Dashboard Error #412

Open
06212 opened this issue May 16, 2024 · 0 comments
Open

DSF HUB - Asset Dashboard Error #412

06212 opened this issue May 16, 2024 · 0 comments

Comments

@06212
Copy link

06212 commented May 16, 2024

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 }

Screenshot 2024-05-16 131751

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!

@06212 06212 changed the title DSF HUB DSF HUB - Asset Dashboard Error May 16, 2024
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

No branches or pull requests

1 participant