-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Bug]: Cannot load resource config "db". Resource does not exist
because of remember me cookie
#25
Comments
Hello, sorry for getting back to you just now - can you share a few more details on your environment? I wasn't able to reproduce this issue, neither on a local, one-node dev cluster, nor on a production-grade multi-node cluster in the cloud. |
@mocdaniel sure! What do want to know? In general we have a k3s cluster that uses Ceph for persistent storage. Maybe the easiest solution is to just do a call and i screen-share and you talk me through what you want to know? I just tried again trice, and i can reproduce it 100% of the time. |
@zimmski Thanks for the offer, for the time being your |
Sure here is the configuration: icinga2:
features:
graphite:
host: graphite
enabled: true
enable_send_tresholds: true
enable_send_metadata: true
serviceAccount:
enabled: true
persistence:
enabled: true
size: 5Gi
storageClass: 'ceph-rbd-sc'
icingaweb2:
modules:
graphite:
enabled: true
graphite:
url: http://graphite:8080
user: ''
password: ''
insecure: 1
icinga:
graphite_writer_host_name_template: { 'icinga2.$host.name$.$host.check_command$' }
graphite_writer_service_name_template: { 'icinga2.$host.name$.services.$service.name$.$service.check_command$' }
global:
databases:
director:
persistence:
enabled: true
size: 5Gi
storageClass: 'ceph-rbd-sc'
icingadb:
persistence:
enabled: true
size: 5Gi
storageClass: 'ceph-rbd-sc'
icingaweb2:
persistence:
enabled: true
size: 5Gi
storageClass: 'ceph-rbd-sc'
The problem is happening for me whenever the pods are rescheduled onto another node inside the cluster. |
Thank you very much! I will get back to you once I recreated your setup and checked some things. |
I think this symptom has already been fixed since v0.1.0. A faulty reference to a non-existing database resource This error will be resolved in v0.2.0. In the meantime, set |
Affected Chart
icingaweb2
Which version of the app contains the bug?
0.1.0 helm chart
Please describe your problem
When the Icinga Web pod is rescheduled (or destroyed and a new appears) the "remember me" functionality breaks Icinga Web and shows the following error:
The way i work around this is by removing every cookie, and then log in again.
The text was updated successfully, but these errors were encountered: