getting this error after a upgrade of garden An er...
# 🤖|ask-kapa
a
@microscopic-river-74022 getting unauthroized error 401 after a upgrade of garden. Below is the error message "An error occurred while verifying client auth token with the Garden dashboard: Response code 401 (Unauthorized). Response status code: 401" How can I resolve? Don't want to downgrade my garden
m
Please stand by @astonishing-park-3436 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- The error you're encountering seems to be related to authentication issues with the Garden dashboard. This could be due to an invalid or expired access token. You can create a new access token under the user settings in the Garden dashboard. Once you have the new token, you can set it via the
GARDEN_AUTH_TOKEN
environment variable. Here's how you can do it:
Copy code
bash
GARDEN_AUTH_TOKEN=<my-access-token> garden deploy
Replace
<my-access-token>
with your newly generated token. Please note that in an upcoming release, Garden will be adding functionality for creating proper teams and service accounts for use in CI. For more details, you can refer to the Garden documentation (). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
message has been deleted
a
@microscopic-river-74022 how can I createa a new access token ?
m
Let me check the knowledge base for you. One moment! :books:
---------------------- I'm sorry for the confusion, but the provided knowledge sources do not include specific instructions on how to create a new access token in the Garden dashboard. I recommend checking the Garden dashboard's user settings or the official Garden documentation for detailed steps. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
message has been deleted
27 Views