Closed passionInfinite closed 1 month ago
Can you show the values overrides you used?
Sure @chipzoller
kubecostDeployment:
statefulSet:
enabled: true
replicas: 2
leaderFollower:
enabled: true
saml:
enabled: true
secretName: "kubecost-sso"
idpMetadataURL: "FEDERATION_METADATA_URL?appid=APP_ID"
appRootURL: "https://kubecost.test.com"
authTimeout: 1440
nameIDFormat: "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
audienceURI: "https://kubecost.test.com"
rbac:
enabled: true
groups:
- name: admin
enabled: true # if admin is disabled, all SAML users will be able to make configuration changes to the kubecost frontend
assertionName: "http://schemas.microsoft.com/ws/2008/06/identity/claims/role" # a SAML Assertion, one of whose elements has a value that matches on of the values in assertionValues
assertionValues:
- "admin"
- name: readonly
enabled: false # if readonly is disabled, all users authorized on SAML will default to readonly
assertionName: "http://schemas.microsoft.com/ws/2008/06/identity/claims/role"
customGroups:
- assertionName: "http://schemas.microsoft.com/ws/2008/06/identity/claims/role"
@passionInfinite Tracking this in JIRA for more visibility (not publicly accessible). I'll send you an email with link.
@mmurph3 is this a Helm issue?
@chipzoller I'm not sure yet. I'm assuming it may be an issue when enabling the Leader + follower (HA). https://docs.kubecost.com/install-and-configure/advanced-configuration/high-availability#leader-+-follower
I've transferred to features-bugs for now until it can be determined where the issue is here.
@mmurph3 @chipzoller need help triaging or have we determined this to be a bug?
Hello, in an effort to consolidate our bug and feature request tracking, we are deprecating using GitHub to track tickets. If this issue is still outstanding and you have not done so already, please raise a request at https://support.kubecost.com/.
Kubecost Helm Chart Version
v1.107.1
Kubernetes Version
v1.27
Kubernetes Platform
AKS
Description
We have SAML working previously without leader follower. We tried enabling the leader follower with StatedulSet option but that still doesn't work. The login keeps redirecting with infinite loop.
Steps to reproduce
Expected behavior
Dashboard must be visible correctly in addition to SAML working.
Impact
Kubecost dashboard not visible.
Screenshots
No response
Logs
No response
Slack discussion
No response
Troubleshooting