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

Add securing APIs of Scan Manager Core and Webapp. #165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mathuriga
Copy link
Contributor

@mathuriga mathuriga commented Feb 22, 2021

Purpose

This is to add mechanism to secure APIs available in Scan Manager Core and Webapp.

Goals

This is to add mechanism to secure APIs available in Scan Manager Core and Webapp.

Approach

This is done using Mutual SSL concept. Mutual SSL is already supported in SpringBoot Application. To use this, Scan Manager Core i converted to as a Spring Boot Application.

Setting

server:
port: <Port_No>
ssl:
enabled: true
client-auth: need
key-store: classpath:
key-store-password:
key-alias:
key-store-type: JKS
key-store-provider: SUN
trust-store: classpath:
trust-store-password:
trust-store-type: JKS

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.

1 participant