Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atlassian/kubetoken
Kubetoken
https://github.com/atlassian/kubetoken
kubernetes
Last synced: 3 months ago
JSON representation
Kubetoken
- Host: GitHub
- URL: https://github.com/atlassian/kubetoken
- Owner: atlassian
- License: mit
- Archived: true
- Created: 2017-04-26T23:12:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T22:49:39.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T16:37:05.525Z (5 months ago)
- Topics: kubernetes
- Language: Go
- Size: 62.5 KB
- Stars: 74
- Watchers: 43
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - atlassian/kubetoken - Kubetoken (Go)
README
# kubetoken is no longer maintained.
[![Build Status](https://travis-ci.org/atlassian/kubetoken.svg?branch=master)](https://travis-ci.org/atlassian/kubetoken)
## Synopsis
`kubetoken` issues temporary certificates for access to Kubernetes clusters.
## Installation
Installation is covered in a [seperate document](INSTALLATION.md).
## Deployment
Deploying kubetoken involves two steps.
1. deploying kubetokend as a kubernetes service
2. distributing the kubetoken cli tool.### Contributing
Pull requests, issues and comments welcome. For pull requests:
* _Do not_ submit a pull request without an accompanying issue. All pull requests _must_ include an `Updates` or `Fixes` line.
* Add tests for new features and bug fixes.
* Follow the existing style.
* Separate unrelated changes into multiple pull requests.See the existing issues for things to start contributing.
For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change.
Atlassian requires contributors to sign a Contributor License Agreement, known as a CLA. This serves as a record
stating that the contributor is entitled to contribute the code/documentation/translation to the project and is willing
to have it used in distributions and derivative works (or is willing to transfer ownership).Prior to accepting your contributions we ask that you please follow the appropriate link below to digitally sign the
CLA. The Corporate CLA is for those who are contributing as a member of an organization and the individual CLA is for
those contributing as an individual.* [CLA for corporate contributors](https://na2.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=e1c17c66-ca4d-4aab-a953-2c231af4a20b)
* [CLA for individuals](https://na2.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=3f94fbdc-2fbe-46ac-b14c-5d152700ae5d)# License
Copyright (c) 2017 Atlassian and others. MIT licensed, see LICENSE file.