You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor SPIFFE from pkg/security to kit (dapr#7669)
* Refactor SPIFFE from `pkg/security` to `kit`
Updates the `pkg/security` package to move the SPIFFE implementation to
a new kit package. This new kit package is more modulated and fuller
test coverage. This package has been moved so that it can be both
imported by dapr & components-contrib, as well as making the package
more suitable for further development to support X.509 Component auth.
dapr/proposals#51
Also moves in test/utils from dapr to crypto/test for shared usage.
Part of dapr/proposals#51
Uses go mod fork of dapr/kit#92
Signed-off-by: joshvanl <[email protected]>
* Include SVID context with `Init`ing Component
Signed-off-by: joshvanl <[email protected]>
* Adds security to processor options
Signed-off-by: joshvanl <[email protected]>
* Update github.com/dapr/dapr to master
Signed-off-by: joshvanl <[email protected]>
* Update `util` to new `test` package import
Signed-off-by: joshvanl <[email protected]>
* Update go.sum
Signed-off-by: joshvanl <[email protected]>
---------
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Elena Kolevska <[email protected]>
0 commit comments