Skip to content
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

SSO doesnt work for reportportal-24.1.0 in compare with reportportal-23.2.0 #371

Open
svaraksin-gd opened this issue Mar 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@svaraksin-gd
Copy link

Hi team,

I have installed a new version of reportportal kubernetes (reportportal-24.1.0) in order to test it before we migrate from previous one. And SAML SSO looks like doesn't work for this new version, see info below:

reportportal-23.2.0 SSO:

reportportal-sso-config reportportal-sso
serviceindex:
  repository: reportportal/service-index
  tag: 5.10.1
serviceui:
  repository: reportportal/service-ui
  tag: 5.10.0
serviceapi:
  repository: reportportal/service-api
  tag: 5.10.1
uat:
  repository: reportportal/service-authorization
  tag: 5.10.0
servicejobs:
  repository: reportportal/service-jobs
  tag: 5.10.0
serviceanalyzer:
  repository: reportportal/service-auto-analyzer
  tag: 5.10.0
metricsgatherer:
  repository: reportportal/service-metrics-gatherer
  tag: 5.10.0
migrations:
  repository: reportportal/migrations
  tag: 5.10.1

reportportal-24.1.0 SSO:

reportportal-new-sso-config reportportal-new-sso
serviceindex:
  name: index
  image:
    repository: reportportal/service-index
    tag: 5.11.0
serviceui:
  name: ui
  image:
    repository: reportportal/service-ui
    tag: 5.11.0
serviceapi:
  name: api
  image:
    repository: reportportal/service-api
    tag: 5.11.0
uat:
  name: uat
  image:
    repository: reportportal/service-authorization
    tag: 5.11.0
servicejobs:
  name: jobs
  image:
    repository: reportportal/service-jobs
    tag: 5.11.0
serviceanalyzer:
  name: analyzer
  image:
    repository: reportportal/service-auto-analyzer
    tag: 5.11.0
metricsgatherer:
  name: metrics-gatherer
  image:
    repository: reportportal/service-metrics-gatherer
    tag: 5.11.0
migrations:
  image:
    repository: reportportal/migrations
    tag: 5.11.0
postgresql: 
  image:
    registry: docker.io
    repository: bitnami/postgresql
    tag: 11.22.0
rabbitmq:
  image:
    registry: docker.io
    repository: bitnami/rabbitmq
    tag: 3.10.25
opensearch:
  image:
    repository: opensearchproject/opensearch
    tag: 2.11.1

Is there missed somtehing? Thanks in advance

@Pink-Bumblebee Pink-Bumblebee added the bug Something isn't working label Mar 14, 2024
@Pink-Bumblebee
Copy link

@svaraksin-gd , we need some time to investigate and fix this issue. Sorry for inconvenience.

@svaraksin-gd
Copy link
Author

svaraksin-gd commented Mar 14, 2024

Thank you!
This may be related to this issue reportportal/service-ui#3764

And I want to add one more thing: it also does not work for reportportal-23.2.0 when using RESOURCE_PATH (ReportPortal on custom base path). I'll wait for updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants