Commit dd9ccb72 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

Merge branch 'update_rucio_plugin' into 'dev'

add oidc_provider to rucio plugin dictionary

See merge request !47
parents e0adc00c 1488766d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -374,6 +374,7 @@ class RucioObjectStore(ConcreteObjectStore):
        rval["cache"] = dict()
        rval["cache"]["size"] = self.cache_size
        rval["cache"]["path"] = self.staging_path
        rval["oidc_provider"] = self.oidc_provider
        return rval

    def __init__(self, config, config_dict):
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-objectstore
url = https://github.com/galaxyproject/galaxy
version = 22.5.0.dev2
version = 22.5.0.dev3

[options]
include_package_data = True