Peter Boers

Results 38 comments of Peter Boers

@argaen has anybody volunteerd as of yet?

**Update 2** Found the missing RBAC in karimras issue https://github.com/karimra/gnmic/issues/560#issuecomment-1099762889 **Update** I'm mistaken, I'm still overlooking a setting. Getting the following error: ``` │ 2024/01/15 12:41:56.662043 /home/runner/work/gnmic/gnmic/pkg/lockers/k8s_locker/k8s_registration.go:49: [k8s_locker] watch ended...

@Sparrow1029 Seems like you hit a cornercase. Is the type you are trying to serialise actually `Any`? If possible I would suggest to use the actual type you want. I...

https://github.com/workfloworchestrator/orchestrator-core/blob/main/orchestrator/app.py

https://workfloworchestrator.org/orchestrator-core/architecture/application/domainmodels/#union-types

https://workfloworchestrator.org/orchestrator-core/architecture/application/workflow/#default-workflows

https://github.com/workfloworchestrator/orchestrator-core/blob/8c397bc1aa4960f26f28c0473544a1d71f0d218b/orchestrator/workflow.py#L538

https://workfloworchestrator.org/orchestrator-core/architecture/application/workflow/#default-workflows Document the various mappings here as well. https://github.com/workfloworchestrator/orchestrator-core/blob/8c397bc1aa4960f26f28c0473544a1d71f0d218b/orchestrator/services/subscriptions.py#L503 https://github.com/workfloworchestrator/orchestrator-core/blob/8c397bc1aa4960f26f28c0473544a1d71f0d218b/orchestrator/workflow.py#L209