Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
Folders here contains various Qubership-APIHUB setups using docker-compose

- `apihub-generic` - pure APIHUB with only single dependecy to Postgres, without any add-ons and integrations.
- `with-keycloak` - APIHUB with only single dependecy to Postgres, with SAML integration with Keycloak
- `with-gitlab` - a guide how to set up GitLab and APIHUB-GitLab integration for APIHUB Editor functionality (deprecated).
- `with-keycloak` - APIHUB with only single dependecy to Postgres, with SAML integration with Keycloak.
32 changes: 0 additions & 32 deletions docker-compose/with-gitlab/README.md

This file was deleted.

Empty file.
162 changes: 0 additions & 162 deletions docker-compose/with-gitlab/docker-compose.yml

This file was deleted.

35 changes: 0 additions & 35 deletions docker-compose/with-gitlab/generate_env.sh

This file was deleted.

Empty file.
Empty file.
Empty file.
29 changes: 0 additions & 29 deletions docker-compose/with-gitlab/qubership-apihub-backend-config.yaml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions docker-compose/with-gitlab/qubership-apihub-ui.env

This file was deleted.

3 changes: 0 additions & 3 deletions docker-compose/with-gitlab/scripts/init-db/init.sql

This file was deleted.

1 change: 0 additions & 1 deletion docs/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ This guide describes Qubership APIHUB installation process
| Name | Version | Mandatory/Optional | Comment |
| ---- | ------- |------------------- | ------- |
| PostgreSQL | 14+ | Mandatory | |
| GitLab | 14+ | Optional | For APIHUB Editor. Deprecated |
| S3 | Any | Optional | For store cold data and reduce load to PG |
| SAML provider | Any | Optional | For SSO |
| LDAP | Any | Optional | For User info sync |
Expand Down
8 changes: 0 additions & 8 deletions helm-templates/qubership-apihub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ qubershipApihubBackend:
publishArchiveSizeLimitMb: 50
# Optional; Limit for uploaded file (inside package) size in order to avoid OOM; If not set, default value: 15; Example: 20
publishFileSizeLimitMb: 15
# Deprecated. Required for Editor feature. Size limit for the branch content.
branchContentSizeLimitMb: 50
# Optional; If set - footer with this text is shown for all APIHUB users in APIHUB UI. Designed for maintenance windows notifications.; If not set, default value: ""; Example: Maintenance scheduled on 2023-10-15
systemNotification: ''
# Optional; Set to true to fail build on broken refs; If not set, default value: true; Example: true
Expand Down Expand Up @@ -160,12 +158,6 @@ qubershipApihubBackend:
# Optional; Set to true to store only build results (less data amout) in S3 storage; If not set, default value: false; Example: true
storeOnlyBuildResult: false

# Parameters for APIHUB Editor feature. Deprecated. Will be removed in future releases.
editor:
gitlabUrl: ''
clientId: ''
clientSecret: ''

# Section with Olric configuration.
olric:
# Optional; Discovery mode for Olric. If not set, default value: local; Example: local
Expand Down
Loading