quarkus-github-app icon indicating copy to clipboard operation
quarkus-github-app copied to clipboard

allow to enable security in devmode

Open maxandersen opened this issue 1 year ago • 4 comments
trafficstars

with ngrok security checks should still work -but for now security is always disabled.

related to #610

maxandersen avatar May 24 '24 10:05 maxandersen

How do you configure things for ngrok exactly?

gsmet avatar May 25 '24 10:05 gsmet

See https://docs.quarkiverse.io/quarkus-ngrok/dev/index.html until and including stable url.

I also use the next step so I don't have to the domain step in every app but is not required.

So in short:

Add ngrok ext. Get auth token and set it (.token) Get stable domain url and set it (.domain)

Run in Quarkus dev.

maxandersen avatar May 25 '24 10:05 maxandersen

Apparently smee.io can also push the rawdata now so we could probably enable security now: https://github.com/probot/smee.io/commit/8c33d74f250c910b3deda2e498b11ade5645c580

gsmet avatar Aug 23 '24 14:08 gsmet

Did some work here but still pending some smee.io changes: https://github.com/quarkiverse/quarkus-github-app/pull/659

gsmet avatar Aug 23 '24 16:08 gsmet