All Projects → dcos → dcos-oauth

dcos / dcos-oauth

Licence: Apache-2.0 license
DC/OS OAuth Service (only used up to DC/OS version 1.12)

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to dcos-oauth

letsencrypt-dcos
Let's Encrypt DC/OS!
Stars: ✭ 39 (+77.27%)
Mutual labels:  dcos, dcos-networking-guild
star
Test program for network policies.
Stars: ✭ 19 (-13.64%)
Mutual labels:  dcos, dcos-networking-guild
dklb
Expose Kubernetes services and ingresses through EdgeLB.
Stars: ✭ 13 (-40.91%)
Mutual labels:  dcos, dcos-networking-guild
dcos-openvpn
No description or website provided.
Stars: ✭ 14 (-36.36%)
Mutual labels:  dcos, dcos-networking-guild
drax
DC/OS Resilience Automated Xenodiagnosis tool
Stars: ✭ 42 (+90.91%)
Mutual labels:  dcos, dcos-networking-guild
dcos-net
A networking layer of DC/OS
Stars: ✭ 44 (+100%)
Mutual labels:  dcos, dcos-networking-guild
net-modules
Apache Mesos modules for network isolation.
Stars: ✭ 56 (+154.55%)
Mutual labels:  dcos, dcos-networking-guild
etcd-top
etcd realtime workload analyzer
Stars: ✭ 34 (+54.55%)
Mutual labels:  dcos, dcos-networking-guild
Rendler
A rendering web crawler for Apache Mesos.
Stars: ✭ 245 (+1013.64%)
Mutual labels:  dcos
docker-mesos-marathon-screencast
The scripts used in the Docker Clustering on Mesos with Marathon screencast.
Stars: ✭ 51 (+131.82%)
Mutual labels:  dcos
Marathon Ui
The web-ui for Marathon (https://github.com/mesosphere/marathon)
Stars: ✭ 222 (+909.09%)
Mutual labels:  dcos
Dcos Ui
The UI for The Datacenter Operating System
Stars: ✭ 247 (+1022.73%)
Mutual labels:  dcos
Lashup
A distributed CRDT store with multicast and failure detector capabilities
Stars: ✭ 211 (+859.09%)
Mutual labels:  dcos
dcos-mesos-modules
Mesos Modules used in DC/OS
Stars: ✭ 16 (-27.27%)
Mutual labels:  dcos
Dcos
DC/OS - The Datacenter Operating System
Stars: ✭ 2,316 (+10427.27%)
Mutual labels:  dcos
Dcos Cli
The command line for DC/OS.
Stars: ✭ 225 (+922.73%)
Mutual labels:  dcos
chronos-utils
Command line utilities for interacting with Airbnb Chronos
Stars: ✭ 31 (+40.91%)
Mutual labels:  dcos
reactive-graphql
A GraphQL implementation based around RxJS, very well suited for client side only GraphQL usage
Stars: ✭ 58 (+163.64%)
Mutual labels:  dcos
scala-sbt-mesos-framework.g8
No description or website provided.
Stars: ✭ 23 (+4.55%)
Mutual labels:  dcos
marathon-slack
Integration for Marathon's Event Bus with Slack
Stars: ✭ 42 (+90.91%)
Mutual labels:  dcos

dcos-oauth

News

11/14/2016: Mesosphere is working on open sourcing parts of our Enterprise DC/OS IAM service, including support for OpenID Connect. This will be replacing dcos-oauth in its entirety. Looking forward to working with everyone on that as soon as it has been released.

Installation

Prerequisites

  • Go 1.6

Once the environment is set for Go, run make to compile and make install to install.

Tests

Running make test will build the docker image authdcos and run tests in the test directory. The API integration tests will run two containers:

  • authdcos-zk
  • authdcos-api

then send a request with the available HTTP methods for the API routes. Please refer to /api/routes.go for more details.

HTTP API specification

The file docs/apispec-swagger.json specifies the behavior bouncer's HTTP API, using Swagger 2.0 notation.

For ease of viewing, the contents of apispec-swagger.json can be pasted into the Swagger editor — resulting in a useful and beautiful HTML live-rendering of the API specification. Note that the HTML output does not necessarily contain all detail specified in the JSON file.

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].