Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPA-55: Remove IP remapping when contacting RISE in the diga-epa-lib #6

Merged
merged 3 commits into from
Mar 20, 2024

Conversation

francogrbac-oviva
Copy link
Contributor

No description provided.

Copy link
Contributor

@michelealbanese-oviva michelealbanese-oviva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, minor changes on my side

@@ -37,14 +36,10 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

@Disabled
class KonnektorServiceTest {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class KonnektorServiceTest {
// e2e test to write sample document to our test environment
class KonnektorServiceAcceptanceTest {

I think it would be helpful for future readers, also to explain why the test is disabled by default. feel free to rephrase better ofc

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed the class and added a comment

@@ -98,12 +93,13 @@ private KonnektorService buildService() throws Exception {

// these are the TLS client credentials as received from the Konnektor provider (e.g. RISE)
var keys = loadKeys();
var uri = URI.create("https://localhost:4443");
var uri = URI.create("https://10.156.145.103:443");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you extract it into a constant? the other magic values as well, makes it easier to change it in the future if we need it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, good point

Copy link
Contributor

@michelealbanese-oviva michelealbanese-oviva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀

@francogrbac-oviva francogrbac-oviva merged commit d1209ad into main Mar 20, 2024
4 checks passed
@francogrbac-oviva francogrbac-oviva deleted the feature/epa-55 branch March 20, 2024 09:30
Copy link
Contributor

@thomasrichner-oviva thomasrichner-oviva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants