ixortalk-gateway

IxorTalk Oauth2 supported Zuul Proxy Server (Gateway)

License

License

GroupId

GroupId

com.ixortalk
ArtifactId

ArtifactId

ixortalk-gateway
Last Version

Last Version

1.0.11
Release Date

Release Date

Type

Type

jar
Description

Description

ixortalk-gateway
IxorTalk Oauth2 supported Zuul Proxy Server (Gateway)
Project URL

Project URL

https://github.com/ixortalk/ixortalk-gateway/tree/master
Project Organization

Project Organization

IxorTalk CVBA
Source Code Management

Source Code Management

https://github.com/ixortalk/ixortalk-gateway/tree/master

Download ixortalk-gateway

How to add to project

<!-- https://jarcasting.com/artifacts/com.ixortalk/ixortalk-gateway/ -->
<dependency>
    <groupId>com.ixortalk</groupId>
    <artifactId>ixortalk-gateway</artifactId>
    <version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.ixortalk/ixortalk-gateway/
implementation 'com.ixortalk:ixortalk-gateway:1.0.11'
// https://jarcasting.com/artifacts/com.ixortalk/ixortalk-gateway/
implementation ("com.ixortalk:ixortalk-gateway:1.0.11")
'com.ixortalk:ixortalk-gateway:jar:1.0.11'
<dependency org="com.ixortalk" name="ixortalk-gateway" rev="1.0.11">
  <artifact name="ixortalk-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ixortalk', module='ixortalk-gateway', version='1.0.11')
)
libraryDependencies += "com.ixortalk" % "ixortalk-gateway" % "1.0.11"
[com.ixortalk/ixortalk-gateway "1.0.11"]

Dependencies

compile (14)

Group / Artifact Type Version
org.springframework.cloud : spring-cloud-starter-zuul jar
org.springframework.cloud : spring-cloud-starter-oauth2 jar
org.springframework.boot : spring-boot-starter-security jar 1.5.10.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.5.10.RELEASE
org.springframework.boot : spring-boot-starter-thymeleaf jar 1.5.10.RELEASE
org.springframework.boot : spring-boot-starter-jetty jar 1.5.10.RELEASE
org.springframework.cloud : spring-cloud-starter-config jar
com.ixortalk : ixortalk-oauth2-spring-boot-starter jar 0.0.13
javax.inject : javax.inject jar 1
ro.isdc.wro4j : wro4j-core jar 1.7.6
io.prometheus : simpleclient jar 0.0.22
io.prometheus : simpleclient_hotspot jar 0.0.22
io.prometheus : simpleclient_servlet jar 0.0.22
io.prometheus : simpleclient_spring_boot jar 0.0.22

runtime (1)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.5

test (5)

Group / Artifact Type Version
org.springframework.security : spring-security-test jar
org.springframework.boot : spring-boot-starter-test jar 1.5.10.RELEASE
org.assertj : assertj-core jar 3.5.1
com.github.tomakehurst : wiremock-standalone jar 2.15.0
com.ixortalk : ixortalk-test jar 1.1.3

Project Modules

There are no modules declared in this project.

IxorTalk Gateway

Architecture

IxorTalk is an open source IoT-platform. It is a microservice architecture, built using Spring Cloud, providing various features like asset management, monitoring, dashboarding, alerting, centralized configuration, user management, ...

An IxorTalk instance is highly configurable through the use of Spring Cloud Config, see ixortalk.config.demo for an example configuration.

Microservices available

IxorTalk Gateway

The gateway acts as a Zuul reverse proxy for all microservices in the platform and enforces OAuth2 on all endpoints. The gateway is the only component in the stack that should be exposed to the outside world.

Building

For building Maven, Java 1.8+ and Docker are required.

$ mvn clean install

To build without a Docker image being built:

$ mvn clean install -DskipDocker

Running

For easy bootstrapping an IxorTalk instance, see ixortalk-config-docker which contains a Docker compose configuration for the complete stack.

Contributing

Pull request are welcome.

License

The MIT License (MIT)

Copyright (c) 2016-present IxorTalk CVBA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
com.ixortalk

IxorTalk

Connected Experiences

Versions

Version
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0