-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(kafka): iam roles anywhere + assume role auth profiles #3606
Conversation
…new profile Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
/ok-to-test |
unit tests are failing due to wasm issues that are unrelated |
Complete Build MatrixThe build status is currently not updated here. Please visit the action run below directly. Commit ref: a1f1c9a |
Components conformance testCommit ref: a1f1c9a ❌ Some conformance tests failedThese tests failed:
|
Components certification testCommit ref: a1f1c9a ❌ Some certification tests failedThese tests failed:
|
overall lgtm |
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
/ok-to-test |
Components certification testCommit ref: 16834ed ❌ Some certification tests failedThese tests failed:
|
Complete Build MatrixThe build status is currently not updated here. Please visit the action run below directly. Commit ref: 16834ed |
Components conformance testCommit ref: 16834ed ❌ Some conformance tests failedThese tests failed:
|
final metadata updates
|
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
…mponents-contrib into feat-iam-roles-anywhere-kafka
/ok-to-test |
Components certification testCommit ref: d3d5953 ❌ Some certification tests failedThese tests failed:
|
Complete Build MatrixThe build status is currently not updated here. Please visit the action run below directly. Commit ref: d3d5953 |
Components conformance testCommit ref: d3d5953 ❌ Some conformance tests failedThese tests failed:
|
/ok-to-test |
Complete Build MatrixThe build status is currently not updated here. Please visit the action run below directly. Commit ref: d3d5953 |
Components conformance testCommit ref: d3d5953 ❌ Some conformance tests failedThese tests failed:
|
Components certification testCommit ref: d3d5953 ❌ Some certification tests failedThese tests failed:
|
Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
/ok-to-test |
Components conformance testCommit ref: 0ce8e18 ❌ Some conformance tests failedThese tests failed:
|
Complete Build MatrixThe build status is currently not updated here. Please visit the action run below directly. Commit ref: 0ce8e18 |
Components certification testCommit ref: 0ce8e18 ❌ Some certification tests failedThese tests failed:
|
this pr is ready pls. All of the certification/conformance test failures are unrelated. |
Description
This PR:
Metadata bundle changes:
NOTE: This includes all duplicate fields as we deprecate some in the future. Due to this, I've manually made things like accessKey and secretKey that are normally required, not required to not break existing users as we migrate to the common AWS auth fields without the aws prefix.
Note: this is a new auth profile I've made by moving some of the fields here, so this shows some fields that are becoming deprecated:
Note: This remains as is with the manual manipulation to remove the deprecated fields that are unused for this profile:
Note: new profile added that I manually remove all the fields that we are deprecating bc they are not needed for this auth profile
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #[issue number]
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: