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

Update kratos ui docker image #255

Merged
merged 5 commits into from
Sep 27, 2024
Merged

Update kratos ui docker image #255

merged 5 commits into from
Sep 27, 2024

Conversation

mpgxvii
Copy link
Member

@mpgxvii mpgxvii commented Sep 17, 2024

Description of the change

  • Update kratos ui docker image

Benefits

Possible drawbacks

Applicable issues

  • fixes #

Additional information

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [<name_of_the_chart>])

| replicaCount | int | `1` | Number of replicas in deployment |
| revisionHistoryLimit | int | `5` | Number of revisions kept in history |
| image.repository | string | `"ghcr.io/radar-base/radar-self-enrolment-ui"` | |
| image.tag | string | `"dev"` | ORY KRATOS VERSION |
Copy link
Member

Choose a reason for hiding this comment

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

perhaps update the doc?

Comment on lines 67 to 71
| kratosAdminUrl | string | `"http://kratos-admin"` | Set this to ORY Kratos's Admin URL |
| kratosPublicUrl | string | `"http://kratos-public"` | Set this to ORY Kratos's public URL |
| kratosBrowserUrl | string | `"http://kratos-browserui"` | Set this to ORY Kratos's public URL accessible from the outside world. |
| basePath | string | `""` | The basePath |
| jwksUrl | string | `"http://oathkeeper-api"` | The jwksUrl |
Copy link
Member

Choose a reason for hiding this comment

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

Should we fix these url based on the kratos/hydra in our stack?

@yatharthranjan
Copy link
Member

yatharthranjan commented Sep 23, 2024

Do we need HYDRA_ADMIN_URL like in the previous version of the UI (or will it still be part of extraEnvs?)?

@mpgxvii
Copy link
Member Author

mpgxvii commented Sep 24, 2024

Do we need HYDRA_ADMIN_URL like in the previous version of the UI (or will it still be part of extraEnvs?)?

Ah yes, I've just added it here as well.

@mpgxvii mpgxvii marked this pull request as draft September 24, 2024 15:10
@mpgxvii mpgxvii marked this pull request as ready for review September 25, 2024 10:09
Copy link
Member

@yatharthranjan yatharthranjan left a comment

Choose a reason for hiding this comment

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

LGTM, minor comments


# -- The basePath
basePath: ""

# -- The jwksUrl
jwksUrl: "http://oathkeeper-api"
jwksUrl: http://oathkeeper-api
Copy link
Member

Choose a reason for hiding this comment

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

should this be pointed to hydra too?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, made the changes.

@@ -167,21 +167,24 @@ deployment:
affinity: {}

# -- Set this to ORY Kratos's Admin URL
kratosAdminUrl: "http://kratos-admin"
kratosAdminUrl: http://kratos:4434
Copy link
Member

Choose a reason for hiding this comment

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

Is this still needed? otherwise can be removed

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed this now.

Copy link
Member

@yatharthranjan yatharthranjan left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM

@yatharthranjan yatharthranjan merged commit de1ab0e into main Sep 27, 2024
2 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