Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ def refresh_entry_token(self, glidein_site, work_dir="/var/lib/gwms-frontend"):
if tkn_age > one_hr and os.path.exists(pwd_file):
# TODO: scope, duration, identity should be configurable
scope = "condor:/READ condor:/ADVERTISE_STARTD condor:/ADVERTISE_MASTER"
duration = 24 * one_hr
duration = 30 * 24 * one_hr # Increased to 30 days per HEPCloud Ops request
identity = f"{glidein_site}@{socket.gethostname()}"
self.logger.debug("creating token %s" % tkn_file)
self.logger.debug("pwd_flie= %s" % pwd_file)
Expand Down
Loading