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

Chore: upgrade portal and iam #110

Merged

Conversation

gomezbc
Copy link
Contributor

@gomezbc gomezbc commented Jul 19, 2024

Description

Upgrade Portal to v2.0.0 and, Centralidp to Sharedidp to v3.0.0

In this comment it is requested to do the upgrade in one pull request #106 (comment)
It will allow compatibility with the BPDM component #106 (comment)

eclipse-tractusx/sig-release#710

Pre-review checks

  • [ x ] Tested Login, forgot password and company invitation

Please ensure to do as many of the following checks as possible, before asking for committer review:

@gomezbc
Copy link
Contributor Author

gomezbc commented Jul 19, 2024

@evegufy, has discussed, here I provide the upgrade of the portal and iam components.

@nicoprow, after this pr is merged. To be compatible with BPDM, you must modify the following ingress values in your configuration.

bpdm-gate:
    ingress:
      enabled: true
      annotations:
        nginx.ingress.kubernetes.io/rewrite-target: "/$2"
        nginx.ingress.kubernetes.io/use-regex: "true"
        nginx.ingress.kubernetes.io/x-forwarded-prefix: "/gate"
      hosts:
        - host: "business-partners.tx.test"
          paths:
            - path: "/gate(/|$)(.*)"
              pathType: "ImplementationSpecific"
bpdm-pool:
    ingress:
      enabled: true
      annotations:
        nginx.ingress.kubernetes.io/rewrite-target: "/$2"
        nginx.ingress.kubernetes.io/use-regex: "true"
        nginx.ingress.kubernetes.io/x-forwarded-prefix: "/pool"
      hosts:
        - host: "business-partners.tx.test"
          paths:
            - path: "/pool(/|$)(.*)"
              pathType: "ImplementationSpecific"

@gomezbc gomezbc force-pushed the chore/upgrade-portal-and-iam branch 3 times, most recently from bba156b to 8a53491 Compare July 19, 2024 13:50
@gomezbc gomezbc mentioned this pull request Jul 19, 2024
2 tasks
Copy link
Contributor

@evegufy evegufy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome!
One thing could you please do an interactive rebase to drop this commit d752f07 from your branch?

@gomezbc gomezbc force-pushed the chore/upgrade-portal-and-iam branch from 8a53491 to 699af36 Compare July 19, 2024 18:29
@gomezbc
Copy link
Contributor Author

gomezbc commented Jul 19, 2024

Looks awesome! One thing could you please do an interactive rebase to drop this commit d752f07 from your branch?

Done! @evegufy

@gomezbc gomezbc requested a review from evegufy July 19, 2024 18:34
@evegufy evegufy merged commit 67a1f30 into eclipse-tractusx:upgrade/24.05 Jul 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants