-
Story
-
Resolution: Done
-
Major
-
None
-
BU Product Work
-
False
-
False
-
PROJQUAY-1453 - Disconnected Mirroring Appliance
-
Undefined
-
- API doesn't require login
- only works when db has zero users in it
- returns error if called when users exist
To use:
Set `FEATURE_USER_INITIALIZE` to true
POST to `/api/v1/user/initialize` with
{
username: username,
password: password,
email: email,
access_token: true
}
If `access_token` is present, then a token will be created that may be used as the `Bearer` token in further API calls.
- is blocked by
-
PROJQUAY-2422 Failed to create first user by API
- Closed
- relates to
-
PROJQUAY-1446 document a zero-touch deploy of quay
- Closed
-
PROJQUAY-2567 Document creating first user using API
- Closed