Skip to content

Commit

Permalink
Merge branch 'main' into 324-forwarding-after-login-to-the-originally…
Browse files Browse the repository at this point in the history
…-requested-url-does-not-work
  • Loading branch information
illfixit authored Nov 19, 2024
2 parents 20fc684 + c6709ef commit f1f239e
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 339 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:

jobs:
add_issue_to_project:
if: "!(startsWith(github.event.issue.title, '[Zammad Ticket') && github.event.issue.user.login == 'sovitybot')"
name: add_issue_to_project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/sovity/projects/9
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/sovity/projects/25
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).
- Fixed Confirm and Delete buttons' behavior in confirmation modals ([#304](https://github.com/sovity/authority-portal/issues/304))
- Fixed final step not showing when registering a central component ([#305](https://github.com/sovity/authority-portal/issues/305))
- Fixed My Organization page not updated when switching between environments ([#255](https://github.com/sovity/authority-portal/issues/255))
- Fixed security vulnerabilities

### Known issues

Expand Down Expand Up @@ -255,7 +256,7 @@ MDS 2.2 intermediate release

- All brokers can be undeployed including their databases.
- Keycloak
- Keycloak IAM must be updated to version `24.0.4`. Follow the [Keycloak upgrade guide](https://www.keycloak.org/docs/24.0.0/upgrading/) for more information.
- Keycloak IAM must be updated to version `24.0.4`. Follow the [Keycloak upgrade guide](https://www.keycloak.org/docs/24.0.5/upgrading/index.html) for more information.
- Portal Backend

- Following environment variables have been added and **must be configured** for each environment
Expand Down
Loading

0 comments on commit f1f239e

Please sign in to comment.