adobe / adobe/aio-cli-plugin-console

Add a verification check on Org Code, whether it is the correct one for the project

Open
#217 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
8
Forks
11
PR merge metrics
No merged PRs in 30d

Description

A dev might have logged into another Org, and used the logged-in access token (from the web browser) to do operations on their current Project. This is a mismatch, and results in an error when accessing certain operations.

## Error

```sh
$ aio console project list
» Error: [CoreConsoleAPISDK:ERROR_GET_PROJECTS_BY_ORG_ID] 403 - Forbidden
» ({"id":"f43a63e9-a891-4b53-9416-2a83c55aa08b","messages":[{"template":"ERR_MSG_OPERAT
» ION_NOT_ALLOWED","message":"User [REDACTED_USER]
» not allowed to access resources of org [REDACTED_ORG_ID]"}]})
```

## Investigation

The Org Code from running `aio console org ls` does not match the Org Code when running `aio config get project.org.ims_org_id`.
This value is in the `.aio` file of the project.

An access token is tied to a specific Org.

## Resolution

1. Go to https://developer.adobe.com/console, logout from the browser
2. Run `aio logout --force`
3. Run `aio login`

Then run your command again.

## Diagnostic Fix

The fix is above, but for diagnostic purposes, there should be a command, or a flag to a command, that can show there is an Org Code mismatch, thus the dev needs to login again via the `Resolution` step above. Perhaps it is a good candidate for `aio info`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.