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

[ISSUE] Unable to Login to Operate in 8.7.0-alpha2 Helm Chart #2662

Open
Tracked by #2774
slolatte opened this issue Dec 10, 2024 · 2 comments
Open
Tracked by #2774

[ISSUE] Unable to Login to Operate in 8.7.0-alpha2 Helm Chart #2662

slolatte opened this issue Dec 10, 2024 · 2 comments
Labels
kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between platform/aws Issues related to AWS platform/gcp Issues related to GCP

Comments

@slolatte
Copy link

Describe the issue:

When using the 8.7.0-alpha2 Helm Chart, I am unable to login to Operate, however I can successfully login to all other Apps.

Actual behavior:

See the screen recording below:

Screen.Recording.2024-12-10.at.10.02.39.mov

The workflow which generated this helm chart can be seen here.

Expected behavior:

I should be able to successfully login to each App.

How to reproduce:

Setup the helm chart using the same parameters as here.

Logs:

The logs can be found here.

Environment:

Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.

  • Platform:
  • Helm CLI version:
  • Chart version:
  • Values file:
@slolatte slolatte added the kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between label Dec 10, 2024
@github-actions github-actions bot added platform/aws Issues related to AWS platform/gcp Issues related to GCP labels Dec 10, 2024
@pedesen
Copy link

pedesen commented Dec 11, 2024

@slolatte Can you please provide more context which configuration was used here?

@slolatte
Copy link
Author

@pedesen Here is my extra-values I used, please let me know if you need any further information:

global:
  identity:
    auth:
      admin:
        clientId: test
        existingSecret: "aiHie3pi"
  image:
    pullPolicy: Always
identity:
  image:
    tag: "8.7.0-alpha2"
  firstUser:
    existingSecret: null
    user: demo
    password: "yaiK7shu"
  users:
    - username: lisa
      email: [email protected]
      firstName: Lisa
      lastName: Doe
      password: "lisa"
      roles:
        - Identity
        - Console
        - Core
        - Optimize
        - Web Modeler
    - username: bart
      email: [email protected]
      firstName: Bart
      lastName: Foo
      password: "bart"
      roles:
        - Identity
        - Console
        - Core
        - Optimize
        - Web Modeler
optimize:
  image:
    tag: "8.7.0-alpha2"
webModeler:
  restapi:
    image:
      tag: "8.7.0-alpha2"
  webapp:
    image:
      tag: "8.7.0-alpha2"
  websockets:
    image:
      tag: "8.7.0-alpha2"
console:
  image:
    tag: "8.7.0-alpha2"
connectors:
  image:
    tag: "8.7.0-alpha2"
  env:
    - name: username
      value: username
    - name: password
      value: password
Extra values:

Merged values:
global:
  identity:
    auth:
      admin:
        clientId: test
        existingSecret: "aiHie3pi"
  image:
    pullPolicy: Always
identity:
  image:
    tag: "8.7.0-alpha2"
  firstUser:
    existingSecret: null
    user: demo
    password: "yaiK7shu"
  users:
    - username: lisa
      email: [email protected]
      firstName: Lisa
      lastName: Doe
      password: "lisa"
      roles:
        - Identity
        - Console
        - Core
        - Optimize
        - Web Modeler
    - username: bart
      email: [email protected]
      firstName: Bart
      lastName: Foo
      password: "bart"
      roles:
        - Identity
        - Console
        - Core
        - Optimize
        - Web Modeler
optimize:
  image:
    tag: "8.7.0-alpha2"
webModeler:
  restapi:
    image:
      tag: "8.7.0-alpha2"
  webapp:
    image:
      tag: "8.7.0-alpha2"
  websockets:
    image:
      tag: "8.7.0-alpha2"
console:
  image:
    tag: "8.7.0-alpha2"
connectors:
  image:
    tag: "8.7.0-alpha2"
  env:
    - name: username
      value: username
    - name: password
      value: password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between platform/aws Issues related to AWS platform/gcp Issues related to GCP
Projects
None yet
Development

No branches or pull requests

2 participants