Skip to content

Conversation

@jortel
Copy link
Contributor

@jortel jortel commented Jun 4, 2025

Add: /applications/:id/identities to list all identities (including defaults) for all kinds.
Inject default creds in addon adapter Application() method.

Required by:

Incidental: Small refactor/re-org of Application binding for consistency.

jortel added 2 commits June 4, 2025 09:23
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
ID: identity.ID,
Name: identity.Name,
})
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

hint: Replace the identities with result of /applications/:id/identities which includes defaults.

for i := range indirect {
m := &indirect[i]
if _, found := mp[m.Kind]; found {
continue
Copy link
Contributor Author

Choose a reason for hiding this comment

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

hint: Direct mapping take priority.

@aufi
Copy link
Member

aufi commented Jun 5, 2025

Coolstore analysis produces failure below, I will test other PRs to be sure it is not coming from changes in PRs.

2025-06-05T17:29:02.6289069Z     analysis_test.go:459: ERROR|task:12|Different effort error. Got 113, expected 114
2025-06-05T17:29:02.6290377Z     analysis_test.go:459: ERROR|task:12|Different amount of incidents error for rule javaee-to-jakarta-namespaces-00033. Got 1, expected 2.
2025-06-05T17:29:02.6291622Z Expected incident not found: /shared/source/coolstore/src/main/resources/META-INF/persistence.xml line 8.

@jortel jortel requested a review from aufi June 9, 2025 15:14
@aufi
Copy link
Member

aufi commented Jun 10, 2025

CI fails on known issue, not blocking merge.

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