Connecting to AWS Codecommit with PHPStorm
I would like to use AWS Codecommit with my PHPStorm projects can you please help me to do this currently I am getting a logon error ie( html 403). I have installed and configured AWS CLI.
Please sign in to leave a comment.
403 means Forbidden. So, it seems you are trying to get the resources you have no access to,
Yes, but AWS requires not just a user Id but authentication code & secret authentication code which PHPStorm doesn’t seem to allow me to enter. So my question is how do I get PHPStorm to allow me to enter this information so I can login. Or put another way can PHPStorm interface with AWS codecommit
All basic git operations (push/pull/fetch) should work for Codecommit as PHPStorm calls command line git command. If git works in CLI, it should work in the IDE as well.
This, however, depends on the authentication configuration. Basic HTTP auth with username and password (or token) should work. Git auth does not support 2FA, so in this case either tokens, or SSH-based connection should be used.
I am not sure how exactly it is configured and what exact piece of software prompts you for additional authentication. If it is some additional authentication software from codecommit, more details are needed to understand how it is configured and