Skip to content

Non-informative error messages in Odyssey v1.4.0 #955

@alexclear

Description

@alexclear
$ kubectl logs keycloak-2 -n infra-keycloak-stage-quarkus -c odyssey
1 2025-07-30T08:34:28Z info (startup) none Starting Odyssey
1 2025-07-30T08:34:28Z error (config) none

And that's basically all
For the reference, my config is

    # Odyssey configuration file
    # Global settings
    daemonize no
    pid_file "/tmp/odyssey.pid"
    unix_socket_dir "/tmp"
    #log_file "/var/log/odyssey.log"
    log_format "%p %t %l [%i %s] (%c) %m\n"
    log_to_stdout yes
    log_syslog no
    log_debug yes
    log_stats yes
    log_config yes

    # Listen section
    listen {
      host "*"
      port 6432
      backlog 128
      compression yes
    }

    database default {
      user default {
        client_login_timeout 120
        application_name_add_host no
        #auth_query "SELECT usename, passwd FROM pg_shadow WHERE usename=$1"
        #auth_query_db "keycloak"
        #auth_query_user "keycloak"
        pool "session"
        pool_size 10
        pool_timeout 0
        pool_ttl 60
        client_fwd_error yes
        reserve_prepared_statement yes
      }
    }

    # Storage section
    storage "keycloak" {
      type "postgres"
      host "postgres-host"
      port 5432
      database "keycloak"
      user "keycloak"
      password ""
      client_encoding "utf-8"
      tls "disable"
    }

and I am running Odyssey as a Keycloak sidecar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions