Skip to content

feat: platform secrets as sealed secrets#932

Draft
ferruhcihan wants to merge 11 commits intomainfrom
APL-523
Draft

feat: platform secrets as sealed secrets#932
ferruhcihan wants to merge 11 commits intomainfrom
APL-523

Conversation

@ferruhcihan
Copy link
Collaborator

@ferruhcihan ferruhcihan commented Feb 24, 2026

📌 Summary

PRs: apl-core | apl-tasks

let existingUsersEmail = Array.from(files.values()).map((aplObject: AplObject) => aplObject.spec.email)
// Check for existing users in K8s and Keycloak
const existingK8sUsers = await listUserSecretsFromK8s()
let existingUsersEmail = existingK8sUsers.map((u) => u.email)
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