Anil Panta
Anil Panta
Motivation ---------- To get aggregated info/analysis on trace, it would be great that kronos send the trace to elasticsearch. This will make things easy as we don't have to rely...
I will add more description after some more local tests.
### Description Currently upload client uses the flat namspace. The idea is to have a option`--dirac` so that it follows the dirac convention during upload. ### Motivation To have upload...
### Description It would to good have extra_scope as rest API call method too. This will be useful for any software that want communicate with rucio only via rest API...
Some additional flexibility will be good to add. 1. Choose InputDataResolution policy according to `jobType` specified in CS. -> Lets say i want only `User` job to use `InputDataByProtocol` and...
Following things have been done. 1. Add elasticsearch_meta.py as did_meta_plugin 2. Add elastic_query in filter engine 3. Add elasticsearch_meta as externalmetadata profile in docker compose. 4. Add elasticseearch as server...
### Description Right now we mantain .sql script to add client_id and secret in indigoIAM with its related config [here](https://github.com/rucio/rucio/blob/master/etc/docker/dev/iam/indigoiam_db.sql) . This makes it hard to mantain in any schema...
the clientID and client_secret are present in FTS DB: https://github.com/rucio/rucio/blob/master/etc/docker/dev/fts/entrypoint.sh#L26 FTS3 looks into DB directly for those. So remove it from config. References: https://fts3-docs.web.cern.ch/fts3-docs/docs/install/token_configuration.html#add-tokenprovider-information-to-the-database "The FTS Token daemons read the...
The provider section from https://github.com/rucio/rucio/blob/master/etc/docker/dev/fts/fts3restconfig#L27-L30 . This is not needed now as they are taken from DB directly: https://github.com/rucio/rucio/blob/master/etc/docker/dev/fts/entrypoint.sh#L26
- Enable setting of the FTS "unmanaged_tokens" job parameter when token auth is active and conveyor.fts_unmanaged_token is true. - Widen job_params typing from dict[str, str] to dict[str, Any] without needing...