Hi all,

I tried submitting a change for review at https://review.trustedfirmware.org, but I ran into authentication issues.

1. First try (https):
$ git push origin HEAD:refs/for/integration
Username for 'https://review.trustedfirmware.org': jatron
Password for 'https://jatron@review.trustedfirmware.org':
remote: Unauthorized
fatal: Authentication failed for 'https://review.trustedfirmware.org/TF-A/trusted-firmware-a/'

I tried clicking "GENERATE NEW PASSWORD" in https://review.trustedfirmware.org/settings/, but I got the following error message:

An error occurred
Error 500 (Server Error): Internal server error
Endpoint: /accounts/self/password.http

2. Second try (ssh):
I got the following error message when I tried registering a new SSH key for use with Gerrit. This happened when I clicked "ADD NEW SSH KEY" in https://review.trustedfirmware.org/settings/.

An error occurred
Error 500 (Server Error): Internal server error
Endpoint: /accounts/self/sshkeys

The error message didn't stop the GUI from recording my key though. My new key was listed under "SSH keys" after the change. When I ran a git push command using ssh, I got the following error.

$ git push ssh://jatron@review.trustedfirmware.org/TF-A/trusted-firmware-a HEAD:refs/for/integration
jatron@review.trustedfirmware.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Am I doing something incorrectly? Any help would be much appreciated. If this is not the mailing list for these types of questions, please let me know so I can reroute my email to the proper destination.

Thanks,
Jorge Troncoso