Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/marshmallow-3.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpardo authored Feb 5, 2024
2 parents e305629 + 20c7098 commit e8c684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion croud/scheduledjobs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ def _get_gc_client(args: Namespace) -> Client:
url_region_cloud = cluster.get("fqdn").split(".", 1)[1][:-1] # type: ignore
gc_url = f"https://{cluster.get('name')}.gc.{url_region_cloud}" # type: ignore
client.base_url = URL(gc_url)
client.session.cookies.set("cratedb_center_session", CONFIG.gc_jwt_token)
client.session.cookies.set("grand_central_session", CONFIG.gc_jwt_token)

return client

0 comments on commit e8c684e

Please sign in to comment.