cuba-platform / cuba-sdk

Software development kit for CUBA Platform
Apache License 2.0
4 stars 3 forks source link

Unable to use custom login and password during installation #81

Closed owlet1997 closed 2 years ago

owlet1997 commented 2 years ago

Environment: CUBA SDK 1.0.5 Ubuntu 20.04 LTS Windows 10

TC:

  1. Install the last version of a CUBA SDK
  2. Use any custom login and password (user/user e.g.) during setup-nexus installation

AR: the repository is started but user has no access in the browser image image

if the admin/admin credentials were used the problems does not appear

artemglinov commented 2 years ago

Probably, the problem is caused by the inconsistency between the login + password ""admin" + <password stored in the /sonatype-work/nexus3/admin.password file>" and credentials entered by the user in the command line (see SetupNexusCommand#configureNexus function for more details), i.e. the repository is configured with the former credentials and then requested with the latter.