Basic Authentication, clients send it’s Base64 encoded credentials with each request,using header
320
FROM openjdk:8-jdk-alpine
LABEL maintainer="[email protected]"
VOLUME /tmp
EXPOSE 8090
ARG JAR_FILE=target/Secure-REST-API-using-Spring-Boot-Starter-Security-0.0.1-SNAPSHOT.jar
ADD ${JAR_FILE} Secure-REST-API-using-Spring-Boot-Starter-Security.jar
ENTRYPOINT ["java","-jar","/Secure-REST-API-using-Spring-Boot-Starter-Security.jar"]
Content type
Image
Digest
Size
330.4 MB
Last updated
over 7 years ago
docker pull sibdocker/secure-rest-api-spring-boot-starter-security