Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEFEST-813 В чарт Keys добавлена конфигурация для b2b auth #574

Open
wants to merge 5 commits into
base: feat/GEFEST-1331-multihost-postgres
Choose a base branch
from

Conversation

salkrr
Copy link
Collaborator

@salkrr salkrr commented Jan 10, 2025

Pull Request description

Changelog

  • Добавлено два новых фича-флага
  • Добавлена конфигурация OIDC и дефолтного партнёра: при включенном фича-флаге все пользователи из внешнего OIDC провайдера будут привязываться к нему.
  • Версия образа обновлена до 1.108.2

Issues

Breaking changes

  • If there are breaking changes, they need to be added to the file Breaking-Changes

Check-list. Чек-лист код-ревью

  • Запрос на слияние в develop.
  • Есть описание к PR.
  • Указаны блокирующие изменения. Breaking-Changes
  • Соответствие кода принятому стилю
    • Описание настроек.
    • Именование настроек.
    • Дефолтные значения.
    • Стиль кода.
  • Работоспособность. Разворачивается на своем окружении из ветки PR.
    • Тест API через тесты helmfile-хуков или коллекций Postman.
  • Не осталось мусора от удаления каких-то параметров. Ищется поиском по проекту из ветки PR.
  • Отработка линтера на чарт из ветки PR. Пример: helm lint charts/search-api

@salkrr salkrr requested review from a team as code owners January 10, 2025 14:52
@salkrr salkrr changed the title GEFEST-813 В чарт Keys добавлена конфигурация для b2b auth WIP: GEFEST-813 В чарт Keys добавлена конфигурация для b2b auth Jan 10, 2025
@salkrr salkrr changed the title WIP: GEFEST-813 В чарт Keys добавлена конфигурация для b2b auth GEFEST-813 В чарт Keys добавлена конфигурация для b2b auth Jan 14, 2025
@dbelyaev-nsk
Copy link
Contributor

задача на проверку https://jira.2gis.ru/browse/ONPREM-1394

Comment on lines 32 to 33
enableOIDC: false
enableSignlePartnerMode: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

давайте эти флаги унесем в oidc, чтобы все в одном месте было:

oidc:
    enable: false
    enableSignlePartnerMode: false
....

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

defaultPartner:
id: ''
name: ''
role: 'admin'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
role: 'admin'
role: ''

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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