zitadel/internal/api/grpc/admin
Silvan 43fb3fd1a6
feat(actions): add token customization flow and extend functionally with modules (#4337)
* fix: potential memory leak

* feat(actions): possibility to parse json
feat(actions): possibility to perform http calls

* add query call

* feat(api): list flow and trigger types
fix(api): switch flow and trigger types to dynamic objects

* fix(translations): add action translations

* use `domain.FlowType`

* localizers

* localization

* trigger types

* options on `query.Action`

* add functions for actions

* feat: management api: add list flow and trigger  (#4352)

* console changes

* cleanup

* fix: wrong localization

Co-authored-by: Max Peintner <max@caos.ch>

* id token works

* check if claims not nil

* feat(actions): metadata api

* refactor(actions): modules

* fix: allow prerelease

* fix: test

* feat(actions): deny list for http hosts

* feat(actions): deny list for http hosts

* refactor: actions

* fix: different error ids

* fix: rename statusCode to status

* Actions objects as options (#4418)

* fix: rename statusCode to status

* fix(actions): objects as options

* fix(actions): objects as options

* fix(actions): set fields

* add http client to old actions

* fix(actions): add log module

* fix(actions): add user to context where possible

* fix(actions): add user to ctx in external authorization/pre creation

* fix(actions): query correct flow in claims

* test: actions

* fix(id-generator): panic if no machine id

* tests

* maybe this?

* fix linting

* refactor: improve code

* fix: metadata and usergrant usage in actions

* fix: appendUserGrant

* fix: allowedToFail and timeout in action execution

* fix: allowed to fail in token complement flow

* docs: add action log claim

* Update defaults.yaml

* fix log claim

* remove prerelease build

Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-10-06 14:23:59 +02:00
..
custom_text_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
custom_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
domain_policy.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
export.go feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
failed_event_converter_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
failed_event_converter.go fix(query): show views and failed events (#3743) 2022-05-31 16:33:50 +02:00
failed_event.go fix(query): show views and failed events (#3743) 2022-05-31 16:33:50 +02:00
iam_member_converter_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
iam_member_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
iam_member.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
iam_settings_converter.go fix: add smtp config, remove smtp and sms provider, console adaptations (#3792) 2022-06-10 12:39:38 +02:00
iam_settings.go fix: add smtp config, remove smtp and sms provider, console adaptations (#3792) 2022-06-10 12:39:38 +02:00
idp_converter_test.go fix: cleanup some todos (#3642) 2022-05-16 16:35:49 +02:00
idp_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
import.go feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
information.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_converter.go fix: cleanup some todos (#3642) 2022-05-16 16:35:49 +02:00
instance.go feat: provide instance info on admin api and return version on instances responses (admin and system api) (#3802) 2022-06-27 09:12:06 +00:00
label_policy_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
label_policy.go fix: return absolute asset urls (#3676) 2022-05-20 10:30:12 +02:00
language.go feat: set default language on instance (#3594) 2022-05-03 15:58:38 +02:00
lockout_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
lockout.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
login_policy_converter.go feat: allow domain discovery for unknown usernames (#4484) 2022-10-06 13:30:14 +02:00
login_policy.go fix(current_sequence): no error if not found (#3740) 2022-05-31 11:50:51 +00:00
notification_provider.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
oidc_settings_converter.go fix: correct oidcsettings management (#4413) 2022-09-27 12:53:49 +02:00
oidc_settings.go fix: correct oidcsettings management (#4413) 2022-09-27 12:53:49 +02:00
oneof.go feat: protos refactoring 2021-03-09 10:30:11 +01:00
org_converter.go fix: cleanup some todos (#3642) 2022-05-16 16:35:49 +02:00
org.go feat: specify org member roles in org setup (#3950) 2022-07-12 13:38:47 +00:00
password_age_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
password_age.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
password_complexity_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
password_complexity.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
privacy_policy_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
privacy_policy.go fix(query): realtime data on defined requests (#3726) 2022-06-14 07:51:00 +02:00
server.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
sms_converter.go fix: sms providers (#3801) 2022-06-13 08:34:11 +02:00
sms.go fix: sms providers (#3801) 2022-06-13 08:34:11 +02:00
user_converter.go fix: setup instance domain handling (#3529) 2022-04-28 10:30:41 +02:00
view_converter.go fix(query): show views and failed events (#3743) 2022-05-31 16:33:50 +02:00
view.go fix(query): show views and failed events (#3743) 2022-05-31 16:33:50 +02:00