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

Komiser not showing any resource info on dashboard #1376

Open
anudeep227 opened this issue Mar 13, 2024 · 2 comments
Open

Komiser not showing any resource info on dashboard #1376

anudeep227 opened this issue Mar 13, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@anudeep227
Copy link

Komiser dashboard is loading but no info is available to read. The only warning i see in logs is

WARN[2024-03-13T15:02:37+05:30] AWS account cannot be inserted to database
WARN[2024-03-13T15:02:37+05:30] AWS account cannot be inserted to database

My config.toml file looks like

[[aws]]
name = "dev"
aws_access_key_id = "xxxxxxxx"
aws_secret_access_key = "xxxxxxxxx"

[[aws]]
name = "cluster"
aws_access_key_id = "xxxxxxxx"
aws_secret_access_key = "xxxxxxxxs"

[sqlite]
file = "komiser.db"

#[postgres]
#uri="postgres://postgres:komiser@localhost:5432/komiser?sslmode=disable" 

I am using komiser latest version 3.1.12
image

image

@anudeep227 anudeep227 added the bug Something isn't working label Mar 13, 2024
Copy link

Hey, thank you for opening your first Issue! 🙂 While a Tailwarden team member takes a look at your issue we would like to invite you to join our official Discord server, where you can interact directly with other contributors and Tailwarden team members. Link here: https://discord.tailwarden.com

@AvineshTripathi
Copy link
Collaborator

Hey @anudeep227 currently we donot support config that has access id and secret present in it. You can either pass credentials as ENV variables or pass path your credentials file

For more info https://docs.komiser.io/configuration/cloud-providers/aws#example-config-toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants