Commit 1488766d authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

add oidc_provider to rucio plugin dictionary

parent 4a325d64
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