Skip to content

Commit

Permalink
fix(pipeline.yaml): Fix public access token expiration
Browse files Browse the repository at this point in the history
Emergency fix

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Oct 18, 2024
1 parent e4ebeba commit f56be0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ storage:
storage_type: azure
base_url: https://kciapistagingstorage1.file.core.windows.net/
share: early-access
sas_public_token: "?sv=2022-11-02&ss=f&srt=sco&sp=r&se=2024-10-17T19:19:12Z&st=2023-10-17T11:19:12Z&spr=https&sig=sLmFlvZHXRrZsSGubsDUIvTiv%2BtzgDq6vALfkrtWnv8%3D"
sas_public_token: "?sv=2022-11-02&ss=f&srt=sco&sp=r&se=2026-10-18T13:36:18Z&st=2024-10-17T05:36:18Z&spr=https&sig=xFxYOOh5uXJWeN9I3YKAUvpGGQivo89HKZbD78gcxvc%3D"

k8s-host:
storage_type: ssh
Expand Down

0 comments on commit f56be0d

Please sign in to comment.