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

ED-319 move identity provider configuration in domain conf #412

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

0x42
Copy link
Contributor

@0x42 0x42 commented Dec 3, 2021

Перед deploy'ем данных изменений, необходимо:

  1. Обновить party_managment([ed-319] upd dmsl party_management#32)
  2. Обновить dominant(ED-319 upd dmsl dominant#171)
  3. Настроить identity providers в domain_config'е

@0x42 0x42 requested a review from keynslug December 8, 2021 08:56
id(#{id := ID}) ->
ID.
id(#{id := Ref}) ->
Ref#domain_IdentityProviderRef.name.
Copy link
Contributor

Choose a reason for hiding this comment

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

Хм, я кстати не уверен, что ничего не сломается у потребителей domain config (например, тот же control center), если ты поле в ref называешь как-то отлично от id. Я б конечно на всякий случай переименовал в рамках конвенции, пока не поздно.

@0x42 0x42 requested a review from keynslug December 10, 2021 09:45
-spec list_providers() -> [provider_ref()].
list_providers() ->
#'VersionedObject'{
% version = Version,
Copy link
Contributor

Choose a reason for hiding this comment

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

Теперь получается можно взять отсюда версию, и порешать TODO из функции выше. 🤔

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