You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation to docs/dev.rst on proxy setup and selection of DIRAC instance
add dask-dirac login <dirac URL> -g <group> command to
a. setup dirac instance (checking for existing config)
b. create proxy for specified group (printout location of created proxy + useful info, make sure to use typer.prompt with hide_input=True)
c. check validity by running whoami against the target DIRAC server
Probably worth adding a WARNING: This step requires DIRAC installation (for now).
Once we have a good recipe, we can probably replace installation with a docker image to get the proxy - this would be similar to the recipe on how to get a scitoken.
The text was updated successfully, but these errors were encountered:
docs/dev.rst
on proxy setup and selection of DIRAC instancedask-dirac login <dirac URL> -g <group>
command toa. setup dirac instance (checking for existing config)
b. create proxy for specified group (printout location of created proxy + useful info, make sure to use
typer.prompt
withhide_input=True
)c. check validity by running
whoami
against the target DIRAC serverProbably worth adding a
WARNING: This step requires DIRAC installation (for now)
.Once we have a good recipe, we can probably replace installation with a docker image to get the proxy - this would be similar to the recipe on how to get a scitoken.
The text was updated successfully, but these errors were encountered: