Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klovercloud-ci-cd/api-service
Gateway for external users, manages public and private keys and jwt token for service to service communication.
https://github.com/klovercloud-ci-cd/api-service
golang klovercloud
Last synced: 13 days ago
JSON representation
Gateway for external users, manages public and private keys and jwt token for service to service communication.
- Host: GitHub
- URL: https://github.com/klovercloud-ci-cd/api-service
- Owner: klovercloud-ci-cd
- License: apache-2.0
- Created: 2021-11-11T10:12:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T11:50:40.000Z (over 2 years ago)
- Last Synced: 2024-11-24T01:29:36.258Z (2 months ago)
- Topics: golang, klovercloud
- Language: Go
- Homepage: https://klovercloud-ci-cd.github.io/api-service/
- Size: 16.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/klovercloud-ci-cd/api-service)
[![Go Report Card](https://img.shields.io/badge/go%20report-A+-brightgreen.svg?style=flat)](https://goreportcard.com/report/github.com/klovercloud-ci-cd/api-service)
[![License: APACHE2.0](https://img.shields.io/badge/License-apache2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![DUMELS Diagram](https://www.dumels.com/api/v1/badge/7c0df4bd-6943-4d89-92f2-11b3761d5c96)](https://www.dumels.com/diagram/7c0df4bd-6943-4d89-92f2-11b3761d5c96)
[![SWAGGER UI](https://img.shields.io/badge/swagger-api-green)](https://klovercloud-ci-cd.github.io/api-service/)``` _ _
__ _ _ __ (_) ___ ___ _ __ __ __ (_) ___ ___
/ _` | | '_ \ | | _____ / __| / _ \ | '__| \ \ / / | | / __| / _ \
| (_| | | |_) | | | |_____| \__ \ | __/ | | \ V / | | | (__ | __/
\__,_| | .__/ |_| |___/ \___| |_| \_/ |_| \___| \___|
|_|
```## Responsibility
- Gateway for external users/services.
- Authenticates and authorizes users.| Versions | Descriptors |
|----------|-------------|
| [v0.0.1-beta](https://github.com/klovercloud-ci-cd/api-service/releases/tag/v0.0.1-beta) | [k8s](k8s/v0.0.1-beta) |## Want to contribute
- See [CONTRIBUTING.md](markdownfiles/CONTRIBUTING.md)
- See [DEVELOPMENT.md](markdownfiles/DEVELOPMENT.md) to get start
- See [architecture](https://github.com/klovercloud-ci-cd/architecture/blob/master/README.md)
- Look at our
[our issues](https://github.com/klovercloud-ci-cd/api-service/issues)