Skip to content

Get nothing but 502's when deployed on k8s cluster #2387

Open
@scphantm

Description

Describe the bug
I deployed the docker container on a k8s cluster. when authentication is turned off, i get 502 errors when i navigate to the products.html or the login.html page.

When i turn authentication on, (doesn't matter dictionary or ldap), then i get nothing but 502 errors on every page, including the login.html page.

CodeChecker version
6.10

here is the end of my log file.

[DEBUG][2019-10-14 15:05:04] {server} [22] <139857615644416> - server.py:141 __check_session_cookie() - 10.129.0.1:59498 Invalid access, credentials not found - session refused.
--
  | [DEBUG][2019-10-14 15:05:04] {server} [22] <139857615644416> - server.py:174 do_GET() - 10.129.0.1:59498 -- [Anonymous] GET /favicon.ico
  | [DEBUG][2019-10-14 15:05:12] {server} [22] <139857607251712> - server.py:141 __check_session_cookie() - 10.129.0.1:59620 Invalid access, credentials not found - session refused.
  | [DEBUG][2019-10-14 15:05:12] {server} [22] <139857607251712> - server.py:174 do_GET() - 10.129.0.1:59620 -- [Anonymous] GET /login.html?returnto=Default/
  | [DEBUG][2019-10-14 15:05:12] {server} [22] <139857598859008> - server.py:141 __check_session_cookie() - 10.129.0.1:59622 Invalid access, credentials not found - session refused.
  | [DEBUG][2019-10-14 15:05:12] {server} [22] <139857598859008> - server.py:174 do_GET() - 10.129.0.1:59622 -- [Anonymous] GET /favicon.ico
  | [DEBUG][2019-10-14 15:05:16] {server} [22] <139857590466304> - server.py:141 __check_session_cookie() - 10.129.0.1:59680 Invalid access, credentials not found - session refused.
  | [DEBUG][2019-10-14 15:05:16] {server} [22] <139857590466304> - server.py:174 do_GET() - 10.129.0.1:59680 -- [Anonymous] GET /
  | [DEBUG][2019-10-14 15:05:16] {server} [22] <139857582073600> - server.py:141 __check_session_cookie() - 10.129.0.1:59682 Invalid access, credentials not found - session refused.
  | [DEBUG][2019-10-14 15:05:16] {server} [22] <139857582073600> - server.py:174 do_GET() - 10.129.0.1:59682 -- [Anonymous] GET /login.html
  | [DEBUG][2019-10-14 15:05:17] {server} [22] <139857573680896> - server.py:141 __check_session_cookie() - 10.129.0.1:59694 Invalid access, credentials not found - session refused.
  | [DEBUG][2019-10-14 15:05:17] {server} [22] <139857573680896> - server.py:174 do_GET() - 10.129.0.1:59694 -- [Anonymous] GET /favicon.ico


Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions