-
Notifications
You must be signed in to change notification settings - Fork 37
✨ Support list all application identities. #832
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
Conversation
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
Signed-off-by: Jeff Ortel <[email protected]>
| ID: identity.ID, | ||
| Name: identity.Name, | ||
| }) | ||
| } |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
|
Coolstore analysis produces failure below, I will test other PRs to be sure it is not coming from changes in PRs. |
|
CI fails on known issue, not blocking merge. |
requires: konveyor/tackle2-hub#832 --------- Signed-off-by: Jeff Ortel <[email protected]>
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.