githubEdit

How to resolve "Login link expired" error with Duplo JIT AWS CLI

If you encounter a "Your login link has expired" message when using the Duplo JIT AWS CLI, this is typically caused by a cached session. There are two ways to resolve this issue: Option 1: Use the --no-cache flag Add the --no-cache flag to your duplo-jit command: duplo-jit aws --admin --host "https://your-duplo-instance.net" --interactive --no-cache Option 2: Clear the cache directory Delete the Duplo JIT cache directory located at: ~/Library/Caches/duplo-jit After clearing the cache or using the no-cache flag, you should be able to successfully generate new AWS credentials using the JIT CLI.

Last updated

Was this helpful?