Skip to content
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

Update expired token of Swift Client #12

Open
thiagoyeds opened this issue Nov 13, 2020 · 0 comments
Open

Update expired token of Swift Client #12

thiagoyeds opened this issue Nov 13, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@thiagoyeds
Copy link
Contributor

Currently, Swift Permanent Storage considers that the Token generated by the keystone does not expire. However, the token expires and may even be invalidated in the identity service. Therefore, it is necessary to refresh the token when trying to make a request to Swift and receive the expired token response.

Swift's CLI allows you to receive credentials (projectId, userId, userPassword) and it is responsible for generating a token to perform the operation. Therefore, as a token is generated for each operation, we will never have an expired token in use.

Be based on: ufcg-lsd/saps-engine#132

@thiagoyeds thiagoyeds added the enhancement New feature or request label Nov 13, 2020
@thiagoyeds thiagoyeds added the bug Something isn't working label Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant