Marcos Yacob
Marcos Yacob
Update go-spiffe to 2.1.1 and add example running on Windows
Add markdown lint and address all suggested changes
Candidate commit: https://github.com/spiffe/spire/commit/198e9f3c2082f96ce731bc9bc9aff4ad1627daef Release date: 3/21/24
Resolve issue when creating ReopenableFile that prevents enabling reopen file by signal
Update Upstream authority types to propagate Tainted keys metadata
Add required changes to API SDK to support local authority, and propagate tainted keys to SPIRE Agents and Nested SPIREs
Create all clients to interact with Local authority RPCs - localauthority x509 get - localauthority x509 prepare - localauthority x509 activate - localauthority x509 taint - localauthority x509 revoke Depends...
Create all clients to interact with Local authority RPCs - localauthority jwt get - localauthority jwt prepare - localauthority jwt activate - localauthority jwt taint - localauthority jwt revoke Depends...
Add local authority to middleware and all permissions to make it public, It is important that all RPCs are finished and tested before we make endpoints public Depends on #3896...
Force rotation of Agent SVID when it was signed by a tainted Key Depends on #3901