This message was deleted.
# atlantis-community
s
This message was deleted.
b
from the server:
Copy code
{
  "level": "error",
  "ts": "2023-11-15T21:25:32.975Z",
  "caller": "events/events_controller.go:192",
  "msg": "error handling gh post code: 403 err: Repo not allowlisted",
  "json": {
    "gh-request-id": "X-Github-Delivery=8103d2a0-83fd-11ee-99aa-390dd7a15bea"
  },
  "stacktrace": "<http://github.com/runatlantis/atlantis/server/controllers/events.(*VCSEventsController).handleGithubPost|github.com/runatlantis/atlantis/server/controllers/events.(*VCSEventsController).handleGithubPost>\n\tgithub.com/runatlantis/atlantis/server/controllers/events/events_controller.go:192\ngithub.com/runatlantis/atlantis/server/controllers/events.(*VCSEventsController).Post\n\tgithub.com/runatlantis/atlantis/server/controllers/events/events_controller.go:104\nnet/http.HandlerFunc.ServeHTTP\n\tnet/http/server.go:2136\ngithub.com/gorilla/mux.(*Router).ServeHTTP\n\tgithub.com/gorilla/mux@v1.8.0/mux.go:210\ngithub.com/urfave/negroni/v3.(*Negroni).UseHandler.Wrap.func1\n\tgithub.com/urfave/negroni/v3@v3.0.0/negroni.go:59\ngithub.com/urfave/negroni/v3.HandlerFunc.ServeHTTP\n\tgithub.com/urfave/negroni/v3@v3.0.0/negroni.go:33\ngithub.com/urfave/negroni/v3.middleware.ServeHTTP\n\tgithub.com/urfave/negroni/v3@v3.0.0/negroni.go:51\ngithub.com/runatlantis/atlantis/server.(*RequestLogger).ServeHTTP\n\tgithub.com/runatlantis/atlantis/server/middleware.go:70\ngithub.com/urfave/negroni/v3.middleware.ServeHTTP\n\tgithub.com/urfave/negroni/v3@v3.0.0/negroni.go:51\ngithub.com/urfave/negroni/v3.(*Recovery).ServeHTTP\n\tgithub.com/urfave/negroni/v3@v3.0.0/recovery.go:210\ngithub.com/urfave/negroni/v3.middleware.ServeHTTP\n\tgithub.com/urfave/negroni/v3@v3.0.0/negroni.go:51\ngithub.com/urfave/negroni/v3.(*Negroni).ServeHTTP\n\tgithub.com/urfave/negroni/v3@v3.0.0/negroni.go:111\nnet/http.serverHandler.ServeHTTP\n\tnet/http/server.go:2938\nnet/http.(*conn).serve\n\tnet/http/server.go:2009"
}
t
Maybe
'/github.com/cloudnautique/.*/'
? But I'm not sure we just provide a list of repos.
b
I bet that's it. I have /.*/ I assumed that meant anything and everything on the allowlist
Will give it a shot.