Service-Hub
Service-Hub copied to clipboard
ServiceHub is a Self-service Portal, for creation and day 2 operations, leverages existing automation processes. SerivceHub is built for Platform Engineers.
# Conditions In single rule all conditions should be true to match(and condition). Condition values: 1. Cluster region 1. Cloud provider 1. Context name 1. Namespace 1. Release name If...
We have [method](https://github.com/JovianX/service-hub/blob/main/application/services/kubernetes/schemas.py#L22) to determine Kubernetes entity healthy or not. We have [block](https://github.com/JovianX/service-hub/blob/main/application/services/kubernetes/schemas.py#L26) that determines health status of entity with `kind: Service`: ``` if self.kind == K8sKinds.service: if self.specification['type'] ==...
- [ ] Create a new `users` page - [ ] List all invites - [ ] email address - [ ] Status (Pending / Used) - [ ] Created...
- [ ] Check that context what we deleting is not default - [ ] Check that context what we deleting is not last one
Add installation of our [release plugin](https://github.com/JovianX/helm-release-plugin).
``` application_1 | INFO: 172.30.0.1:36166 - "DELETE /api/v1/organization/kubernetes-configuration/context?context-name=string HTTP/1.1" 500 Internal Server Error application_1 | ERROR: Exception in ASGI application application_1 | Traceback (most recent call last): application_1 | File...
- Invite a user to the organization - Invited user gets an email with a registration link - The link shows a page that allows the user to input the...
- requirements.txt - requirements.dev.txt - pytest.ini