Actuator Endpoints Security Utils

Utilities to secure actuator endpoints.

License

License

Categories

Categories

Security
GroupId

GroupId

ch.tbmelabs
ArtifactId

ArtifactId

actuator-endpoints-security-utils
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Actuator Endpoints Security Utils
Utilities to secure actuator endpoints.
Project URL

Project URL

https://github.com/tbmelabs/actuator-endpoints-security-utils
Source Code Management

Source Code Management

https://github.com/tbmelabs/actuator-endpoints-security-utils

Download actuator-endpoints-security-utils

How to add to project

<!-- https://jarcasting.com/artifacts/ch.tbmelabs/actuator-endpoints-security-utils/ -->
<dependency>
    <groupId>ch.tbmelabs</groupId>
    <artifactId>actuator-endpoints-security-utils</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.tbmelabs/actuator-endpoints-security-utils/
implementation 'ch.tbmelabs:actuator-endpoints-security-utils:1.0.0'
// https://jarcasting.com/artifacts/ch.tbmelabs/actuator-endpoints-security-utils/
implementation ("ch.tbmelabs:actuator-endpoints-security-utils:1.0.0")
'ch.tbmelabs:actuator-endpoints-security-utils:jar:1.0.0'
<dependency org="ch.tbmelabs" name="actuator-endpoints-security-utils" rev="1.0.0">
  <artifact name="actuator-endpoints-security-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.tbmelabs', module='actuator-endpoints-security-utils', version='1.0.0')
)
libraryDependencies += "ch.tbmelabs" % "actuator-endpoints-security-utils" % "1.0.0"
[ch.tbmelabs/actuator-endpoints-security-utils "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.cloud : spring-cloud-security jar
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Actuator-Endpoints-Security-Utils

Utilities to secure actuator endpoints.

Build Status Quality Gate

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Make sure to install the following software before starting:

And your IDE should support Lombok.

Installing

Make sure your IDE supports Lombok. Apart from this, this project does not need any special installation steps.

Running the tests

Execute unit-tests by running mvn test. They are managed by the maven-surefire-plugin. Integration-tests start with mvn verify using the maven-failsafe-plugin.

Deployment

This project is deployed using maven. Run mvn clean install to install the artifact into your local repository.

Built With

  • Maven - A software project management and comprehension tool.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Timon Borter - Initial work - bbortt

See also the list of contributors who participated in this project.

License

This project is published under the terms of MIT License. For more information see the license file.

ch.tbmelabs

TBME Labs

Versions

Version
1.0.0