| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add FunctionOpts to filter function runs. | 8 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Knative based function-manager (#591) Implemented Functions and Secrets API on top of Knative. Updated the CLI accordingly. Fixed nits found by Go v1.11 compiler. | 7 年前 | |
Remove static OrgID across services (#473) * Remove static OrgID across services Until now, all Dispatch services have an OrgID flag that sets the orgID on entities created by those services. With this change, orgID is passed as a custom request header X-DISPATCH-ORG-ID to all API's. Identity Manager is responsible to set this header for all user requests while individual services set this header for inter-service requests. This patch is a pre-requiste to introduce multi-tenancy in Dispatch. * Removes OrgID flags from most services Note:- We don't remove it from Identity Manager since we don't have tenancy concept. Hence, it's statically set only in the identity manager. We also don't remove from service-manager since the k8s service catalog lacks tenancy constructs. * Set the X-DISPATCH-ORG-ID as required req header for API's * Set the X-DISPATCH-ORG-ID in auth response header from IDM * Introduce a entity store method to retrieve all org's * Fix controller sync to handle entities across all org's * Enhance service clients to handle the org header * Fix Charts * Fix tests * Add missing orgID params to service clients * Fix missing OrgID in few places * Camel-case X-Dispatch-Org header and fix api-manager Fixed api-manager to inset X-Dispatch-Org header to Function API requests. | 8 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Add local API gateway to API manager (#556) * Adds new implementation of API Gateway using golang http server and in memory cache. * Adds a function to generate private key & self-signed certificate. * Fix API Manager's controller to actually use Gateway.AddAPI() when creating new API instead of reusing UpdateAPI() * Fix e2e run_with_retry which would not work correctly with empty strings on certain bash versions. * Fix minor issues. | 8 年前 | |
Improve CLI & services error handling (#516) * Add missing Identity Manager SDK client. * Contain Swagger errors within SDK. Define SDK error types. * Improve consistency of errors between services | 8 年前 | |
Use SDK/client for CLI (#499) Using the client is good practice but will also enable unittesting of the CLI. This change effects the following resource types: * Function * Image * BaseImage | 8 年前 | |
Move the Meta object inline with API objects (#622) Use meta more like a base type (should the meta name remain?) Signed-off-by: Berndt Jung <bjung@vmware.com> | 7 年前 | |
Knative based function-manager (#591) Implemented Functions and Secrets API on top of Knative. Updated the CLI accordingly. Fixed nits found by Go v1.11 compiler. | 7 年前 | |
Improve service account handling * Fixes an auth issue with service accounts where we were returning the actual orgID of the service account instead of the orgID the service account was trying to access. Without this fix, service accounts wouldn't be able to access other org's even if they had the right policies. Also, as part of the fix I enhanced the casbin policy model and enforcer to better understand cross-organization requests. | 8 年前 | |
Improve CLI & services error handling (#516) * Add missing Identity Manager SDK client. * Contain Swagger errors within SDK. Define SDK error types. * Improve consistency of errors between services | 8 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
refactor and adding baseimage CRD resource (#639) Refactoring code for consistency and removing dead code: * remove services manager * remove zookeeper dependency * remove application manager * rename secretstore -> secrets * update field names (e.g. BaseImageName -> BaseImage) Add baseimage support via CRD: * created CRD for baseimages - may include controller later to track image state * fetch baseImageURL at image creation time Unintended consequences: * new swagger version (when updating ci-golang image) | 7 年前 | |
Knative based function-manager (#591) Implemented Functions and Secrets API on top of Knative. Updated the CLI accordingly. Fixed nits found by Go v1.11 compiler. | 7 年前 | |
Add client libraries for Dispatch services (#446) Adds client libraries for some of the dispatch services (other will come later). These libraries are used by services themselves to talk to each other. Client library injects OpenTracing payload, if such exists in the context provided to library methods. | 8 年前 | |
Add client libraries for Dispatch services (#446) Adds client libraries for some of the dispatch services (other will come later). These libraries are used by services themselves to talk to each other. Client library injects OpenTracing payload, if such exists in the context provided to library methods. | 8 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 7 年前 | ||
| 8 年前 | ||
| 8 年前 |