We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a macaroon expires, you start seeing error messages like
Login, wait for macaroon to expire, upload.
No response
- macaroon-permission-required: Package-restricted permission does not include snap-id .....
The text was updated successfully, but these errors were encountered:
We can do a client side check for the expiration date to provide a potentially better error message
cat exported.creds | base64 -d | jq '.v' -r | base64 -d
Sorry, something went wrong.
@sergiusens I tried to simulate this error in mac os.
Time i choosed is 2 mins to expire login. If i understand correctly macaroon is login expire time.
snapcraft export-login --expires "2023-08-22T14:38:00Z" exported.creds export SNAPCRAFT_STORE_CREDENTIALS=$(cat exported.creds)
snapcraft export-login --expires "2023-08-22T14:38:00Z" exported.creds
export SNAPCRAFT_STORE_CREDENTIALS=$(cat exported.creds)
Here is error i got.
craft-store error: Store operation failed:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3385.
This message was autogenerated
No branches or pull requests
Bug Description
After a macaroon expires, you start seeing error messages like
To Reproduce
Login, wait for macaroon to expire, upload.
part yaml
No response
Relevant log output
The text was updated successfully, but these errors were encountered: