-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Populate new SFTP env variables #138
Comments
slifty
added a commit
that referenced
this issue
Oct 26, 2023
The SFTP service needs some additional environment variables to be populated, as a result of some recent changes to how refresh tokens are used to generate auth tokens [1]. Issue #138 [1] PermanentOrg/sftp-service#192
slifty
added a commit
that referenced
this issue
Oct 26, 2023
The SFTP service needs some additional environment variables to be populated, as a result of some recent changes to how refresh tokens are used to generate auth tokens [1]. A few of these vriables are redundant [2], and that's why we use the same "source" variable to map them as late as possible in the provisioning. Eventually if the redundancy is removed from the sftp service we'll want to update the provisioner to stop populating the obsolete copies. Issue #138 [1] PermanentOrg/sftp-service#192
slifty
added a commit
that referenced
this issue
Oct 26, 2023
The SFTP service needs some additional environment variables to be populated, as a result of some recent changes to how refresh tokens are used to generate auth tokens [1]. A few of these vriables are redundant [2], and that's why we use the same "source" variable to map them as late as possible in the provisioning. Eventually if the redundancy is removed from the sftp service we'll want to update the provisioner to stop populating the obsolete copies. Issue #138 [1] PermanentOrg/sftp-service#192 [2] PermanentOrg/sftp-service#289
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With PermanentOrg/sftp-service#192 we added some new environment variables to the SFTP service; we need to make sure they are populated as part of deployment.
The text was updated successfully, but these errors were encountered: