Can I create an api key that does not expire? If not, how can I create one on the fly? #1472
Closed
cloudlady911
started this conversation in
General
Replies: 1 comment 1 reply
-
I figured out the answer myself. The process is to get the token then use the token to create the API key |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to develop a bash script that will work in my CD system (Octopus Deploy). This script will create an account in sftpgo for a user and connect the account to their S3 Bucket which is created in a previous step.
I don't really want to have to get a new API key every time this script is run. But if I have to, then I need to know how to do this with a curl script. Also, I don't want to expose my own credentials.
I have tried testing with the Swagger API but continuously get invalid token error.
Beta Was this translation helpful? Give feedback.
All reactions