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

#199 fix PDP service so docker changes can be tested #218

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

ewilkins-csi
Copy link
Contributor

  • Deletes duplicative, unused foundation-policy-decision-point module
  • Repackages extensions-pdp-service to be more in-line with rest of the project
  • Undo aiops -> aissemble property file rename as the code hasn't been updated
  • Update JKS key alias to from aiops to aissemble
  • Add healthcheck URL to PDP service for easy testing

 - Deletes duplicative, unused `foundation-policy-decision-point` module
 - Repackages `extensions-pdp-service` to be more in-line with rest of
   the project
 - Undo aiops -> aissemble property file rename as the code hasn't been
   updated
 - Update JKS key alias to from aiops to aissemble
 - Add healthcheck URL to PDP service for easy testing
@ewilkins-csi ewilkins-csi force-pushed the 199-release-fix-pdp branch from 50ab114 to 814df64 Compare July 18, 2024 19:56
@@ -12,7 +12,7 @@ RUN mkdir -p /deployments/krausening/
COPY target/dockerbuild/*.jar /deployments/

COPY ./src/main/resources/truststore/aissemble-secure.jks /deployments/
COPY ./src/main/resources/krausening/base/aissemble-security.properties /deployments/krausening/
COPY ./src/main/resources/krausening/base/aiops-security.properties /deployments/krausening/
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I: This rename is the primary fix for PDP. Because the code that reads this file hasn't been updated to look for the new name yet, it was failing to find this config.

@@ -15,7 +15,6 @@
<description>Contains the modules used for security</description>

<modules>
<module>foundation-policy-decision-point</module>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I: Other than docs/javadocs, the classes/files in this module were identical to extensions-policy-decision-point-service. I believe these ended up as duplicates during the move from isolated repos to the monorepo. (Two separate repos had the same classes and got pulled into different places in the monorepo.)

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.

3 participants