komiser
komiser copied to clipboard
Komiser not showing any resource info on dashboard
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
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
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
closing this issue due to no activity, feel free to re-open if needed