EclipseFdn/marketplace-rest-api

Restrict access to cache endpoint

Open

#13 opened on Oct 7, 2019

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Java (8 forks)auto 404
featuregood first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the cache endpoint is open to any user to make changes or send requests to. A mechanism will need to be added to restrict access either to users with an admin scope in OAuth or users that pass a secret access token to the server. If a secret token is implemented, the token should be configured via microprofile and be maintained within the secret properties file.

Contributor guide