Skip to content

Commit

Permalink
feat: authorization for Renku 2.0 groups and namespaces (#3639)
Browse files Browse the repository at this point in the history
Co-authored-by: Laura <[email protected]>
Co-authored-by: Chandrasekhar Ramakrishnan <[email protected]>
Co-authored-by: Lorenzo Cavazzi <[email protected]>
  • Loading branch information
4 people committed May 27, 2024
1 parent bfb5ae2 commit 1a0d9d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ User-Facing Changes
- **Data Services**: Added new secrets storage service for managing user session secrets, including
new endpoints on data-service to manage these secrets.
- **Data Services**: Added the possibility for users to connect to external services, allowing users to clone, pull and push repositories e.g. from GitLab.com or GitHub.com.
- **Notebooks**: Support repositories from external services in Renku 2.0 sessions.
- **UI**: Add a new User Secrets page to handle secrets, and adapt the session pages.
(`#3101 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3101>`_).
- **UI**: Handle custom resource pools culling times
(`#3113 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3113>`_).
- **UI**: Add a new project page for Renku 2.0 projects
(`#3108 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3108>`_).
- **UI**: Updated the user interface to reflect changes to Renku 2.0 sessions (`#3122 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3122>`_).
- **Notebooks**: Support repositories from external services in Renku 2.0 sessions.
- **UI**: New appearance for Renku 2.0 project pages (`#3108 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3108>`_).
- **UI**: Support for new authorization implementation and roles (`3.27.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.27.0>`_).

**✨ Improvements**

Expand All @@ -39,29 +41,36 @@ User-Facing Changes
- **UI**: Use namespace/slug to identify Renku 2.0 projects
(`#3103 <https://github.com/SwissDataScienceCenter/renku-ui/pull/3103>`_).


Internal Changes
~~~~~~~~~~~~~~~~

**🌟 New Features**

- **Data Services**: Updated the authorization for access to Renku 2.0 projects to work with Authzed DB,
- **Data Services**: Updated the authorization for access to Renku 2.0 projects and groups to work with Authzed DB,
a 3rd party database dedicated to saving authorization data and making authorization decisions
- **Search Services**: Support processing v2 schema messages (alongside with v1). Making the query parser
more lenient to not raise parsing errors.

**🐞 Bug Fixes**

- **Data Services**: Allow removing tolerations and affinities on resource pools via PATCH requests

Individual Components
~~~~~~~~~~~~~~~~~~~~~

- `renku-data-services 0.9.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.9.0>`_
- `renku-data-services 0.10.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.10.0>`_
- `renku-data-services 0.11.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.11.0>`_
- `renku-data-services 0.12.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.12.0>`_
- `renku-notebooks 1.23.0 <https://github.com/SwissDataScienceCenter/renku-notebooks/releases/tag/1.23.0>`_
- `renku-notebooks 1.24.0 <https://github.com/SwissDataScienceCenter/renku-notebooks/releases/tag/1.24.0>`_
- `renku-notebooks 1.25.0 <https://github.com/SwissDataScienceCenter/renku-notebooks/releases/tag/1.25.0>`_
- `renku-search 0.1.0 <https://github.com/SwissDataScienceCenter/renku-search/releases/tag/v0.1.0>`_
- `renku-ui 3.24.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.24.0>`_
- `renku-ui 3.25.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.25.0>`_
- `renku-ui 3.26.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.26.0>`_
- `renku-ui 3.27.0 <https://github.com/SwissDataScienceCenter/renku-ui/releases/tag/3.27.0>`_

0.51.1
------
Expand Down Expand Up @@ -112,7 +121,7 @@ User-Facing Changes
**🐞 Bug Fixes**

- **Data service**: Allow proper removal of users from resource pools
- **Data service**: Enable searching for all users when adding users to resource pools
- **Data service**: Enable searching for all users when adding users to resource pools

Internal Changes
~~~~~~~~~~~~~~~~
Expand Down
10 changes: 5 additions & 5 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ ui:
replicaCount: 1
image:
repository: renku/renku-ui
tag: "3.26.0"
tag: "3.27.0"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -861,7 +861,7 @@ ui:
keepCookies: []
image:
repository: renku/renku-ui-server
tag: "3.26.0"
tag: "3.27.0"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -1603,12 +1603,12 @@ platformInit:
dataService:
image:
repository: renku/renku-data-service
tag: "0.11.0"
tag: "0.12.0"
pullPolicy: IfNotPresent
keycloakSync:
image:
repository: renku/keycloak-sync
tag: "0.11.0"
tag: "0.12.0"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down Expand Up @@ -1654,7 +1654,7 @@ authz:
secretsStorage:
image:
repository: renku/secrets-storage
tag: "v0.11.0"
tag: "0.12.0"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 1a0d9d4

Please sign in to comment.