1.1.3 • Published 8 years ago

relation-provider v1.1.3

Weekly downloads
2
License
LGPL-3.0
Repository
-
Last release
8 years ago

Relation-provider

Provides framework for retrieving relationship information from a set of microservice services.

Location Provider

A location provider gets the adresses of the services that expose the relationship schema's.

Kubernetes Location provider

Can be initialized by the using the kubernetes location provider:

relationInfoProvider.setLocationProvider("kubernetes", {});

The following options can be set:

{
    master: "URL of kubernetes master"
    caFile: "",
    auth: {
        type: "none"
    }
}
Authentication options

Currently there are 2 authentication available for the kubernetes location provider: none and token.

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.0

8 years ago