elm-maven-plugin

A plugin for installing and executing elm

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Сеть
Группа

Группа

net.unit8.maven.plugins
Идентификатор

Идентификатор

elm-maven-plugin
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

elm-maven-plugin
A plugin for installing and executing elm
Ссылка на сайт

Ссылка на сайт

https://github.com/kawasima/elm-maven-plugin
Система контроля версий

Система контроля версий

https://github.com/kawasima/bouncr

Скачать elm-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-core jar 3.1.0

test (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.1.0