kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

dev mode doesn't work with OAuth setup #183

Closed alohr51 closed 4 years ago

alohr51 commented 4 years ago

Describe the bug

when you run mvn liberty:dev with the github social login configured the server that runs doesn't work with OAuth.

This is due to the web.xml not being included in server that the dev mode configuration runs. Find a way to make liberty dev mode work with our OAuth setup.