Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla-iam/dino-park-fence
The DinoPark back-end guarding all dinos (like a fence).
https://github.com/mozilla-iam/dino-park-fence
Last synced: about 1 month ago
JSON representation
The DinoPark back-end guarding all dinos (like a fence).
- Host: GitHub
- URL: https://github.com/mozilla-iam/dino-park-fence
- Owner: mozilla-iam
- License: mit
- Created: 2019-02-22T11:34:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T15:20:27.000Z (about 1 year ago)
- Last Synced: 2023-12-21T11:03:41.943Z (about 1 year ago)
- Language: Rust
- Size: 730 KB
- Stars: 4
- Watchers: 11
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DinoPark Fence (protecting Dinos since 2019)
[![Build Status](https://travis-ci.org/mozilla-iam/dino-park-fence.svg?branch=master)](https://travis-ci.org/mozilla-iam/dino-park-fence)DinoPark Fence is the main API for profile interaction for [people.mozilla.org]
# Provided Endpoints
- `/api/v4/graphql`
- the main API for individual profile interactions
- graphql schema used from [CIS profile]
- retrieve data according to scope
- modify fields owned by the _mozilliansorg_ [publisher]
- `/api/v4/search/simple/?q=&w=`
- search for profiles via [DinoPark Search] according to scope
- `/api/v4/orgchart/`
- forward requests to the orgchart service
[DinoPark Tree] (requires `staff` scope)
- `/_/login` and `/_/logout`
- session manager (un)setting the `kli` (keep logged in) cookie and
redirecting to our OIDC proxy
- `/metrics`
- preliminary prometheus endpointRead the [DinoPark Introduction] and [Rust usage] for more information.
[people.mozilla.org]: https://people.mozilla.org
[CIS profile]: https://github.com/mozilla-iam/cis_profile-rust
[publisher]: https://auth.mozilla.com/.well-known/mozilla-iam-publisher-rules
[DinoPark Search]: https://github.com/mozilla-iam/dino-park-search
[DinoPark Tree]: https://github.com/mozilla-iam/dino-park-tree
[DinoPark Introduction]: https://github.com/mozilla-iam/dino-park/blob/master/Introduction.md
[Rust usage]: https://github.com/mozilla-iam/dino-park/blob/master/Rust.md