From 39e21f8fa81de5b4d6da364a5943c65d0be006db Mon Sep 17 00:00:00 2001 From: Lucas Azevedo <lazevedo@fnal.gov> Date: Tue, 3 Jan 2023 16:25:49 -0600 Subject: [PATCH] adding jsons for scitoken generation for ITB --- itb/cern-itb.local.scitoken.json | 8 ++++++++ itb/cern-itb.scitoken.json | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 itb/cern-itb.local.scitoken.json create mode 100644 itb/cern-itb.scitoken.json diff --git a/itb/cern-itb.local.scitoken.json b/itb/cern-itb.local.scitoken.json new file mode 100644 index 00000000..65cfa482 --- /dev/null +++ b/itb/cern-itb.local.scitoken.json @@ -0,0 +1,8 @@ +{ + "sci_cred":"efbed8c1-f9a7-4063-92f7-f89c04ce04a3:AI3j7bruBgWa0D76AD3__yzIG7TZhbkIAzboaLBmWe3wRsZt99rz1FYvC__oibY60AeIe75ElAGP57QPiHaBYFY", + "sci_grant_type":"client_credentials", + "sci_scope":"compute.read compute.read compute.modify compute.create compute.cancel wlcg.groups:/cms/pilot", + "sci_url":"https://cms-auth.web.cern.ch/token", + "sci_filepath":"/var/lib/gwms-frontend/tokens.d", + "sci_filename":"cern-itb.local.scitoken" +} \ No newline at end of file diff --git a/itb/cern-itb.scitoken.json b/itb/cern-itb.scitoken.json new file mode 100644 index 00000000..db806115 --- /dev/null +++ b/itb/cern-itb.scitoken.json @@ -0,0 +1,8 @@ +{ + "sci_cred":"490a9a36-0268-4070-8813-65af031be5a3:LJ6woqVxgBa1OoGsUX1wPtzhkEVEmnS9Wrn7vwdltjec1-wD5aBVG_os1FJjBSd5ozbSZM3TSG0D-lhZWsGRmA", + "sci_grant_type":"client_credentials", + "sci_scope":"compute.read compute.read compute.modify compute.create compute.cancel wlcg.groups:/cms/pilot", + "sci_url":"https://cms-auth.web.cern.ch/token", + "sci_filepath":"/var/lib/gwms-frontend/tokens.d", + "sci_filename":"cern-itb.scitoken" +} \ No newline at end of file -- GitLab