DEV Community

#Hacktoberfest / Testing a Test-Setup for a temporal REST-API

Johannes Lichtenberger on October 09, 2019

Hi all, I'd need some testing if setting up a non-blocking SirixDB HTTP-Server works. Basically it needs a running Keycloak instance for authoriz...
Collapse
 
devdrake0 profile image
Si

I think you've misused the #help tag 🤔

Collapse
 
johanneslichtenberger profile image
Johannes Lichtenberger

Oh, I'm super sorry... where can I read the guidelines for the use of the hash tags again?

Collapse
 
devdrake0 profile image
Si

That's not to say I'm right 😄 ! I think the #help tag is for people wanting help on how to do something, rather than help to complete a feature/fix if that makes sense?

I honestly have no idea where the guidelines are, I could be completely wrong :)

Thread Thread
 
johanneslichtenberger profile image
Johannes Lichtenberger

Good point... that said could need some help for the docker-compose file (loading an exported JSON realm config file into Keycloak... maybe it doesn't work as I had exported the whole config file, I'm not sure though).

I think there's somewhere something documented for instance about the #OpenSource hash tag.

Thank you :-)

Thread Thread
 
devdrake0 profile image
Si

Wish I could help but I am not a Java person :-)

All the best!

Collapse
 
liyasthomas profile image
Liyas Thomas

You can make use of postwoman.io - API request builder for testing REST APIs served in https [GitHub].

Collapse
 
johanneslichtenberger profile image
Johannes Lichtenberger

Ah yes, thank you :-) but it's in the first place if it's clear how to setup Keycloak and the SirixDB HTTP-Server :-)

But yeah, maybe I can then host a running Server with a Keycloak Server somewhere for demo purposes (maybe as docker containers on Heroku!?).

Collapse
 
liyasthomas profile image
Liyas Thomas • Edited

Docker would be my default option for development environment ✨