Published March 9, 2026 | Version v1.3.0
Software Open

infn-datacloud/webapp-rgw: Release v1.3.0

Authors/Creators

  • 1. Istituto Nazionale di Fisica Nucleare, CNAF

Description

What's Changed

  • Migrate from Next 15 to Next 16 by @jacogasp in https://github.com/infn-datacloud/webapp-rgw/pull/3
  • Migrate from next-auth to better-auth by @jacogasp in https://github.com/infn-datacloud/webapp-rgw/pull/4
  • Linting by @jacogasp in https://github.com/infn-datacloud/webapp-rgw/pull/6
  • Store session data in in-memory sqlite database by @jacogasp in https://github.com/infn-datacloud/webapp-rgw/pull/7

New Contributors

  • @jacogasp made their first contribution in https://github.com/infn-datacloud/webapp-rgw/pull/3

Full Changelog: https://github.com/infn-datacloud/webapp-rgw/compare/v1.2.3...v1.3.0

BREAKING CHANGES

This release renames all environment variables. Here the new variables are shown.

| Old variable | New variable| | --- |---| | AUTH_URL | WEBAPP_RGW_BASE_URL | | AUTH_SECRET | WEBAPP_RGW_AUTH_SECRET | | IAM_AUTHORITY_URL | WEBAPP_RGW_OIDC_ISSUER | | IAM_CLIENT_ID | WEBAPP_RGW_OIDC_CLIENT_ID | | IAM_CLIENT_SECRET | WEBAPP_RGW_OIDC_CLIENT_SECRET | | IAM_AUDIENCE | WEBAPP_RGW_OIDC_AUDIENCE | | IAM_SCOPE | depecrated | | S3_ENDPOINT | WEBAPP_RGW_S3_ENDPOINT | | S3_REGION | WEBAPP_RGW_S3_REGION | | S3_ROLE_ARN | WEBAPP_RGW_S3_ROLE_ARN | | S3_ROLE_DURATION_SECONDS | WEBAPP_RGW_S3_ROLE_DURATION_SECONDS |

Redirect URI

The OAuth2 redirect_uri parameter has been changed:

  • <baseURL>/api/auth/callback/indigo-iam<baseURL>/api/auth/oauth2/callback/indigo-iam

Files

infn-datacloud/webapp-rgw-v1.3.0.zip

Files (295.8 kB)

Name Size Download all
md5:91b4696f253f83e4365aff725f2cd269
295.8 kB Preview Download

Additional details

Related works