Andrew J
Andrew J
**Describe the bug** When following the build instructions for Ubuntu 17.04 (as described on the [Lightwave Wiki](https://github.com/vmware/lightwave/wiki/ubuntu)), builds fail because of missing symbols that appear to be Windows specific. **Impact**...
Why would I want to use this? How do I build, install and use this utility? What configuration options are available? This should all be included in our README.md.
Avoids the following error when running `make docker-serve` by pinning python to a specific version ``` => ERROR [ 9/14] RUN pyenv install 1.9s ------ > [ 9/14] RUN pyenv...
When trying to build the docs on an M1 mac, with Docker provided by Docker Desktop, the following error arises when running `make docker-serve`. ``` Building sites … WARN 2022/07/29...
We provide some skeleton code in the SPIRE repo (see https://github.com/spiffe/spire/pull/865) and a well documented but stale repo that documents how to build a plugin. https://github.com/spiffe/plugin-template/blob/master/SPIRE_PLUGIN_GUIDE.md This issue proposes creating...
SPIRE includes a useful API - the Registration API that is used by the CLI to create and manage registration entries. However for many implementations it is useful for other...
Some folks have asked about how SPIRE can be adapted if I have existing PKI infrastructure like certificate authorities. We should explain how someone might want to lean into existing...