-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5756 Identity Management Overhaul] Placement (dapr#6179)
* Update placement to use security pkg Signed-off-by: joshvanl <me@joshvanl.dev> * Adds `mtls.sentryAddres` to helm values file Signed-off-by: joshvanl <me@joshvanl.dev> * Linting Signed-off-by: joshvanl <me@joshvanl.dev> * Linting Signed-off-by: joshvanl <me@joshvanl.dev> * Review comment nits Signed-off-by: joshvanl <me@joshvanl.dev> * Use correct port for sentry port Signed-off-by: joshvanl <me@joshvanl.dev> * Revert sentry service port to 80 to maintain backwards compat Signed-off-by: joshvanl <me@joshvanl.dev> * Use legacy Server authenticator to allow placement to connect to legacy (pre v1.12) daprd clients. Signed-off-by: joshvanl <me@joshvanl.dev> * Return connection error in daprd actor gRPC client Signed-off-by: joshvanl <me@joshvanl.dev> * Adds `cluster.local` DNS to placement server certificate Signed-off-by: joshvanl <me@joshvanl.dev> * Remove block and returning connection error for actor placement client Signed-off-by: joshvanl <me@joshvanl.dev> * Increase timeout for security file change test Signed-off-by: joshvanl <me@joshvanl.dev> * Use the `dapr.io/control-plane` annotation on the placement pod instead of `dapr.io/app-id` Signed-off-by: joshvanl <me@joshvanl.dev> --------- Signed-off-by: joshvanl <me@joshvanl.dev> Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
- Loading branch information
Showing
16 changed files
with
753 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.