DIRACGrid / diracx

The neXt DIRAC generation
GNU General Public License v3.0
8 stars 19 forks source link

fix: following changes in DIRAC/pull/7407 #203

Closed fstagni closed 7 months ago

fstagni commented 7 months ago

JobDB simplifications

fstagni commented 7 months ago

Getting this error:

2024-01-24T10:21:40,727640Z dirac-login [140172634601280] DEBUG: Discovering URL for service Framework/ProxyManager -> https://server:8443/Framework/TornadoProxyManager
2024-01-24T10:21:40,728104Z dirac-login [140172634601280] DEBUG: Discovering URL for service Framework/ProxyManager -> https://server:8443/Framework/TornadoProxyManager
2024-01-24T10:21:40,728Z ExternalLibrary/urllib3.connectionpool DEBUG: Starting new HTTPS connection (1): server:8443
2024-01-24T10:21:40,742Z ExternalLibrary/urllib3.connectionpool DEBUG: https://server:8443 "POST /Framework/TornadoProxyManager HTTP/1.1" 200 145
RuntimeError('Error getting token from DiracX: 400 {"detail":"Invalid scope or preferred_username"}')

I don't think it depends from this PR

chrisburr commented 7 months ago

I think it was probably caused by https://github.com/DIRACGrid/DIRAC/pull/7417 which was merged when the CI ran but the DiracX part (#200) hadn't been merged yet.