Skip to content

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

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

2 participants