Skip to content

Releases: rucio/containers

Rucio WebUI 35.1.0

13 Aug 14:56
Compare
Choose a tag to compare

Rucio 35.1.0 minor release

13 Aug 07:13
Compare
Choose a tag to compare
SSH: add -p flag when running mkdir

Rucio 35.0.1 patch release

05 Aug 11:03
Compare
Choose a tag to compare
SSH: add -p flag when running mkdir

Rucio 35.0.0 major release

31 Jul 10:04
Compare
Choose a tag to compare
SSH: add -p flag when running mkdir

Rucio WebUI 35.0.0

31 Jul 10:44
Compare
Choose a tag to compare
webui-35.0.0

SSH: add -p flag when running mkdir

Rucio 35.0.0rc2 major release candidate

25 Jul 15:11
1a23877
Compare
Choose a tag to compare
Pre-release
Merge pull request #345 from rucio/mlassnig-patch-1

Fix x509 identity to new schema

Rucio 35.0.0rc1 major release candidate

23 Jul 14:57
Compare
Choose a tag to compare
Pre-release
webui: update docs on `RUCIO_WEBUI_SERVER_CA_BUNDLE`

When SSL is enabled, the outbound requests from NodeJS will validate the host certificates of the server. The common CAs are pre-configured in NodeJS. However, in cases like Atlas, where the CERN CA is used, we need to explicitly provide the CA bundle that can verify the host ceritifates of the rucio server and the rucio auth server.

The documentation has been updated to reflect this behaviour.

webui-34.1.0

18 Jul 14:55
Compare
Choose a tag to compare

What's Changed

  • webui: update docs on RUCIO_WEBUI_SERVER_CA_BUNDLE by @maany in #342

Full Changelog: 34.6.0...webui-34.1.0

Rucio 34.6.0 minor release

15 Jul 10:39
Compare
Choose a tag to compare
Clarify which UI is the one being currently used in deprecation notice

Rucio 34.5.0 minor release

25 Jun 14:24
Compare
Choose a tag to compare
ui: add option to configure `RemoteIPProxyProtocol` directive

In deployment scenarios where the Rucio UI sits behind a proxy ( a loadbalancer or another reverse proxy), the client information must be handled by the UI container's httpd process.

This PR configures the `RemoteIPProxyProtocol` directive to enable the UI do to so