Skip to content
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

Fix pwd for service account, delete acl #1146

Merged
merged 2 commits into from
May 11, 2023
Merged

Fix pwd for service account, delete acl #1146

merged 2 commits into from
May 11, 2023

Conversation

muralibasani
Copy link
Contributor

About this change - What it does

  • service account pwd is not visible in UI
  • delete aiven acl with id, after sync

Resolves: #xxxxx
Why this way

@muralibasani muralibasani requested a review from a team as a code owner May 10, 2023 15:19
if (responseData instanceof Map) {
Map<String, String> dataMap = (Map<String, String>) responseData;
if (dataMap.containsKey(aivenAclIdKey)) {
jsonParams = "{\"" + aivenAclIdKey + "\":\"" + dataMap.get(aivenAclIdKey) + "\"}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we be better creating a POJO for this and converting it using an object mapper?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

Signed-off-by: muralibasani <[email protected]>
@muralibasani muralibasani merged commit b89ea80 into main May 11, 2023
@muralibasani muralibasani deleted the aclfix branch May 11, 2023 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants