elm-maven-plugin

A plugin for installing and executing elm

License

License

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.unit8.maven.plugins
ArtifactId

ArtifactId

elm-maven-plugin
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

elm-maven-plugin
A plugin for installing and executing elm
Project URL

Project URL

https://github.com/kawasima/elm-maven-plugin
Source Code Management

Source Code Management

https://github.com/kawasima/bouncr

Download elm-maven-plugin

How to add to project

<plugin>
    <groupId>net.unit8.maven.plugins</groupId>
    <artifactId>elm-maven-plugin</artifactId>
    <version>0.1.0</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.5.0
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2
org.sonatype.plexus : plexus-build-api jar 0.0.7
com.github.eirslett : frontend-plugin-core jar 1.7.6

provided (1)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.1.0

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.0
org.junit.jupiter : junit-jupiter-engine jar 5.5.0
org.slf4j : slf4j-simple jar 1.7.26

Project Modules

There are no modules declared in this project.

Bouncr

Bouncr is an reverse proxy with authentication and authorization for backend applications.

bouncer

Bouncer has following features:

  • Authenticate
    • Various types of credentials
      • Password
      • LDAP
      • OpenID Connect
    • Two factor authentication (using by Google authenticator etc)
  • Authorization (based on Group - Role - Permission)
  • Sign in
  • Sign out
  • Audit
    • Show security activities
  • IdP
    • OpenID Connect provider
  • Administration pages
    • Manage users
    • Manage groups
    • Manage applications and realms
    • Manage roles
    • Manage OpenID Connect applications

bouncr architecture

Docker

You can build the docker image of the api server and the proxy server using by jib.

% cd bouncr-api-server
% mvn -P\!dev,postgresql,hazelcast compile jib:dockerBuild
% cd bouncr-proxy
% mvn -P\!dev,postgresql,hazelcast compile jib:dockerBuild

docker-compose.yml can run the api server and the proxy server with Hazelcast and Postgresql database.

License

Copyright © 2017-2019 kawasima

Distributed under the Eclipse Public License, the same as Clojure.

Versions

Version
0.1.0