intecture-auth 0.1.0

Authentication for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool.
docs.rs failed to build intecture-auth-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Intecture Build Status Coverage Status

Intecture is a developer friendly, language agnostic configuration management tool for server systems.

  • Extensible support for virtually any programming language
  • Standard programming interface. No DSL. No magic.
  • Rust API library (and bindings for popular languages)

You can find out more at intecture.io.

Install

Auto

The quick way to get up and running is by using the Intecture installer.

$ curl -sSf https://static.intecture.io/install.sh | sh

Manual

First, as this project is written in Rust, you'll need...well, Rust!

Next, clone this repository to your local machine and use the Makefile to build it:

$ git clone https://github.com/intecture/auth
$ cd auth/
$ make
$ make test && sudo make install

Note that we chained the test and install targets. Thus if the tests fail, we don't install a bad binary!

Once this has finished, you should have a shiny new binary called inauthserv, which lives in /usr/local/bin if it exists, or /usr/bin if not.

Uninstall

Run the uninstall target on the Makefile:

$ cd auth/
$ sudo make uninstall

Support

For enterprise support and consulting services, please email mailto:support@intecture.io.

For any bugs, feature requests etc., please ticket them on GitHub.