-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
apps/fistful/src/ff_provider.erl
Outdated
id(#{id := ID}) -> | ||
ID. | ||
id(#{id := Ref}) -> | ||
Ref#domain_IdentityProviderRef.name. |
There was a problem hiding this comment.
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
. Я б конечно на всякий случай переименовал в рамках конвенции, пока не поздно.
-spec list_providers() -> [provider_ref()]. | ||
list_providers() -> | ||
#'VersionedObject'{ | ||
% version = Version, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Теперь получается можно взять отсюда версию, и порешать TODO из функции выше. 🤔
Перед deploy'ем данных изменений, необходимо: