This message was deleted.
# atlantis-community
s
This message was deleted.
d
The username is provided by the backing VCS. What VCS backend are you using?
p
@Dylan Page I am using bitbucket VCS. I have used the username
priyashrees
which is listed in Bitbucket-> Account Settings->Bitbucket profile settings
In the atlantis logs, I see that the user is mentioned with this ID xxxxxxxxxxxx instead of the name and the policy check also expects this ID xxxxxxxxxxxxx instead of the username
priyashrees
Copy code
{
  "level": "info",
  "ts": "2024-01-23T06:16:01.173Z",
  "caller": "events/events_controller.go:590",
  "msg": "Running comment command 'apply' on repo 'yyyyyyyy/terraform', pull request: 1885 for user 'xxxxxxxxxxxxxx'.",
  "json": {}
}
This ID xxxxxxxxxxxxxx is not the bitbucket username. Instead it is taking the bitbucket
account_id
v
I am going through the same issue. Where you able to fix this @Priyashree Shetty?