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

Resolve Debug Level Error from config list command #55

Open
acstott opened this issue Jan 30, 2024 · 0 comments
Open

Resolve Debug Level Error from config list command #55

acstott opened this issue Jan 30, 2024 · 0 comments

Comments

@acstott
Copy link

acstott commented Jan 30, 2024

When running apppack -a account --debug config list an error is thrown, indicating the security token from the request is invalid, however the command executes as intended. Removing debug statement suppresses the error and the command executes normally.

With --debug option:

./main.exe -a ll-staging --debug config list
time="2024-01-30T15:20:25-05:00" level=debug msg="reading from user cache" filename="C:\\Users\\cole0\\AppData\\Local\\io.apppack\\tokens"
⠋time="2024-01-30T15:20:25-05:00" level=debug msg="token has not expired" expiration_date="2024-01-30 21:07:41 -0500 EST"
time="2024-01-30T15:20:25-05:00" level=debug msg="fetching app list" url="https://api.apppack.io/apps"
⠇time="2024-01-30T15:20:25-05:00" level=debug msg="reading from user cache" filename="C:\\Users\\cole0\\AppData\\Local\\io.apppack\\user"
time="2024-01-30T15:20:25-05:00" level=debug msg="assuming role" role="arn:aws:iam::135549385118:role/apppack/apppack-app-ll-staging-WebOperatorRole-16TFYLMHGN6ZL"
✖ InvalidIdentityToken: Couldn't retrieve verification key from your identity provider,  please reference AssumeRoleWithWebIdentity documentation for requirements
        status code: 400, request id: e340240d-d87b-4243-a483-19d9394247c4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant