You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ppetrosh - We are using impt as a part of a Bamboo CI pipeline. Unfortunately, our build server is a shared resource that I have no way to lock down for me exclusively due to IT insanity...
Is there a chance that ALL impt commands can take --lk (+ $bamboo_EI_PROD_LOGINKEY_PASSWORD in my case) as an argument and use that as the auth mechanism for that specific command. This would prevent me from having to make sure that everyone using the build server remembers to impt auth logout at the end of their scripts (on success or exception) and prevent a possible insider threat from gaining access to our production account.