adobe / adobe/aio-cli-plugin-console

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

Offen
#217 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
enhancement
Vorherrschende Sprache
JavaScript
Sterne
8
Forks
11
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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`

Beitragsleitfaden

Beitragsleitfaden öffnen

Rechercherichtung

Beginne damit, die Abweichung mit `aio console org ls` und `aio config get project.org.ims_org_id` zu reproduzieren, und stelle fest, dass der Projektwert in `.aio` gespeichert ist. Definiere das Diagnoseverhalten für `aio info` oder einen anderen Befehl, und betrachte die Arbeit als abgeschlossen, wenn klar ein Org Code mismatch identifiziert wird und auf die Logout- und Login-Schritte zur Behebung verwiesen wird.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
javascript, nodejs
Bereich
cli, developer-experience
Issue-Typ
Feature
Schwierigkeit
5/5
Geschätzter Aufwand
Über eine Woche
Aktivitätsstatus
Veraltet
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
35/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.