5 unstable releases
0.3.0 | Dec 3, 2024 |
---|---|
0.2.1 | Nov 5, 2024 |
0.1.2 | Oct 29, 2024 |
0.1.1 | Oct 29, 2024 |
0.1.0 | Oct 29, 2024 |
#148 in Authentication
162 downloads per month
41KB
514 lines
CLI for ambient credentials detection for CI systems
ci-id-bin
crate contains a small CLI application that enables easy access to ambient OIDC credentials in CI systems.
$ ci-id my-audience > token.txt
See ci-id for the underlying library.
ci-id is based on id, a similar Python project.
Supported environments
Currently supported environments are:
- GitHub Actions
- GitLab CI/CD
- CircleCI
- Buildkite
See See ci-id API documentation for details on what configuration each of these environments needs.
License
ci-id
is licensed under the Apache 2.0 License.
Dependencies
~8–19MB
~269K SLoC