Tim Möhlmann
5b1160de1e
feat(session): allow update of session without token ( #7963 )
...
# Which Problems Are Solved
The session update requires the current session token as argument.
Since this adds extra complexity but no real additional security and
prevents case like magic links, we want to remove this requirement.
We still require the session token on other resouces / endpoints, e.g.
for finalizing the auth request or on idp intents.
# How the Problems Are Solved
- Removed the session token verifier in the Update Session GRPc call.
- Removed the session token from login UI examples session update calls
# Additional Changes
- none
# Additional Context
- Closes #7883
2024-05-22 05:56:11 +00:00
Brahim Boukoufallah
d55aae5160
docs(go.md): HTTP example URL ( #7906 )
...
## Description
When implementing the Backend setup of my Go project, I figured out that
the URL point to the HTTP example is wrong. So I did a little update in
order to fix that.
Cheer!
### Definition of Ready
- [x] I am happy with the code
- [x] Short description of the feature/issue is added in the pr
description
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-05-21 11:21:11 +02:00
Dakshitha Ratnayake
9e91b53bd4
docs:Update quickstart.mdx ( #7958 )
...
[docs]Update quickstart.mdx
2024-05-16 20:23:27 +05:30
Max Peintner
6cf9ca9f7e
docs: update typescript repo state ( #7953 )
2024-05-15 09:24:54 +00:00
Miguel Cabrerizo
15d5338b91
feat(cnsl): docs link can be customized and custom button is available ( #7840 )
...
* feat: customize doc link and additional custom link
* feat: add e2e tests
* fix: update docs
* fix: add @peintnermax changes about cache
* fix: golangci-lint complains preparation.PrepareCommands
---------
Co-authored-by: Max Peintner <max@caos.ch>
2024-05-13 16:01:50 +02:00
mffap
6942324741
docs(concepts): Update resources and features, add account linking ( #7934 )
...
* account linking
* updates to concepts and features
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne@zitadel.com>
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
2024-05-13 08:29:25 +02:00
Dakshitha Ratnayake
e4905f1431
docs(sdk-examples): Added description about setting up samples in console ( #7838 )
...
* Added description about setting up samples in console
* Changed default text.
* Update introduction.mdx
* Update introduction.mdx
2024-05-08 14:13:37 +05:30
Fabi
1139dfb391
docs: add note about symbol of passwords ( #7919 )
...
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-05-07 10:10:45 +00:00
Stefan Benz
1c5ecba42a
feat: add action v2 execution on requests and responses ( #7637 )
...
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: add execution of targets to grpc calls
* feat: split request and response logic to handle the different context information
* feat: split request and response logic to handle the different context information
* fix: integration test
* fix: import alias
* fix: refactor execution package
* fix: refactor execution interceptor integration and unit tests
* fix: refactor execution interceptor integration and unit tests
* fix: refactor execution interceptor integration and unit tests
* fix: refactor execution interceptor integration and unit tests
* fix: refactor execution interceptor integration and unit tests
* docs: basic documentation for executions and targets
* fix: change order for interceptors
* fix: merge back origin/main
* fix: change target definition command and query side (#7735 )
* fix: change target definition command and query side
* fix: correct refactoring name changes
* fix: correct refactoring name changes
* fix: changing execution defintion with target list and type
* fix: changing execution definition with target list and type
* fix: add back search queries for target and include
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* fix: projections change for execution with targets suffix table
* docs: add example to actions v2
* docs: add example to actions v2
* fix: correct integration tests on query for executions
* fix: add separate event for execution v2 as content changed
* fix: add separate event for execution v2 as content changed
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
---------
Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
* fix: added review comment changes
* fix: added review comment changes
* Update internal/api/grpc/server/middleware/execution_interceptor.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
* fix: added review comment changes
---------
Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
Co-authored-by: Elio Bischof <elio@zitadel.com>
2024-05-04 11:55:57 +02:00
Max Peintner
7e345444bf
docs: feature settings in console ( #7899 )
...
* docs: feature settings in console
* update default settings
2024-05-03 13:13:06 +00:00
Fabi
83c5066ab9
docs: fix example for self hosting load balancing ( #7890 )
...
Co-authored-by: Elio Bischof <elio@zitadel.com>
2024-05-02 10:15:35 +00:00
Livio Spring
9950cafafc
fix: improve information on unsupported hash algorithms ( #7870 )
...
* fix: improve information on unsupported hash algorithms
* Update de.yaml
2024-04-30 17:50:33 +00:00
Dakshitha Ratnayake
251d855f5d
docs(integrate): Add google login video ( #7836 )
...
* Update google.mdx
* Update google.mdx
2024-04-26 09:37:37 +05:30
mffap
66d185d74d
docs(concepts): identity brokering ( #7812 )
...
* docs(concepts): identity brokering
* add comments from review
2024-04-22 13:59:11 +00:00
Livio Spring
74624018c2
feat(actions): allow getting metadata of organizations from user grants ( #7782 )
...
* feat(actions): allow getting metadata of (other) organizations from user grants
* docs add action example
2024-04-22 11:34:23 +00:00
mffap
48d7307d0e
docs(features): external user grant ( #7771 )
...
* docs(features): external user grant
* cross link
* add image
* fix link to blog
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2024-04-15 12:13:05 +00:00
Max Peintner
9865425a0c
docs: update state of typescript repository ( #7754 )
...
Co-authored-by: Elio Bischof <elio@zitadel.com>
2024-04-11 09:02:31 +00:00
Miguel Cabrerizo
d229da6af7
feat: SMTP Templates ( #6932 )
...
* feat: smtp templates poc
* feat: add isActive & ProviderType to SMTP backend
* feat: change providertype to uint32 and fix tests
* feat: minimal smtp provider component
* feat: woking on diiferent providers
* feat: keep working on providers
* feat: initial stepper for new provider
* fix: settings list and working on stepper
* feat: step 1 and 2 form inputs
* feat: starter for smtp test step
* fix: misspelled SMPT
* fix: remove tests for now
* feat: add tls toggle remove old google provider
* feat: working on add smtp and table
* fix: duplicated identifiers
* fix: settings list
* fix: add missing smtp config properties
* fix: add configID to smtp config table
* fix: working on listproviders
* feat: working in listSMTPConfigs
* fix: add count to listsmtpconfigs
* fix: getting empty results from listSMTPConfigs
* feat: table now shows real data
* fix: remaining styles for smtp-table
* fix: remove old notification-smtp-provider-component
* feat: delete smtp configuration
* feat: deactivate smtp config
* feat: replace isActive with state for smtp config
* feat: activate smtp config
* fix: remaining errors after main merge
* fix: list smtp providers panic and material mdc
* feat: refactor to only one provider component
* feat: current provider details view
* fix: refactor AddSMTPConfig and ChangeSMTPConfig
* fix: smtp config reduce issue
* fix: recover domain in NewIAMSMTPConfigWriteModel
* fix: add code needed by SetUpInstance
* fix: go tests and warn about passing context to InstanceAggregateFromWriteModel
* fix: i18n and add missing trans for fr, it, zh
* fix: add e2e tests
* docs: add smtp templates
* fix: remove provider_type, add description
* fix: remaining error from merge main
* fix: add @stebenz change for primary key
* fix: inactive placed after removed to prevent deleted configs to show as inactive
* fix: smtp provider id can be empty (migrated)
* feat: add mailchimp transactional template
* feat: add Brevo (Sendinblue) template
* feat: change brevo logo, add color to tls icon
* fix: queries use resourceowner, id must not be empty
* fix: deal with old smtp settings and tests
* fix: resourceOwner is the instanceID
* fix: remove aggregate_id, rename SMTPConfigByAggregateID with SMTPConfigActive
* fix: add tests for multiple configs with different IDs
* fix: conflict
* fix: remove notification-smtp-provider
* fix: add @peintnermax suggestions, rename module and fix e2e tests
* fix: remove material legacy modules
* fix: remove ctx as parameter for InstanceAggregateFromWriteModel
* fix: add Id to SMTPConfigToPb
* fix: change InstanceAggregateFromWriteModel to avoid linter errors
* fix import
* rm unused package-lock
* update yarn lock
---------
Co-authored-by: Elio Bischof <elio@zitadel.com>
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2024-04-11 09:16:10 +02:00
Livio Spring
153df2e12f
feat: provide option to limit (T)OTP checks ( #7693 )
...
* feat: provide option to limit (T)OTP checks
* fix requests in console
* update errors pkg
* cleanup
* cleanup
* improve naming of existing config
2024-04-10 09:14:55 +00:00
Livio Spring
2566f33aa2
docs(actions): describe user grant list ( #7687 )
2024-04-10 09:02:13 +02:00
Stefan Benz
6dcdef0268
fix: add action v2 execution to features ( #7597 )
...
* fix: add action v2 execution to features
* fix: add action v2 execution to features
* fix: add action v2 execution to features
* fix: update internal/command/instance_features_model.go
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* fix: merge back main
* fix: merge back main
* fix: rename feature and service
* fix: rename feature and service
* fix: review changes
* fix: review changes
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2024-04-09 20:21:21 +03:00
thariton
3bbf38acc5
docs: postgres healthcheck failing ( #7692 )
2024-04-08 14:08:06 +00:00
mffap
b0e515243d
docs(legal): add responsibilities in service description ( #7711 )
2024-04-05 11:23:21 +00:00
Tim Möhlmann
2089992d75
feat(crypto): use passwap for machine and app secrets ( #7657 )
...
* feat(crypto): use passwap for machine and app secrets
* fix command package tests
* add hash generator command test
* naming convention, fix query tests
* rename PasswordHasher and cleanup start commands
* add reducer tests
* fix intergration tests, cleanup old config
* add app secret unit tests
* solve setup panics
* fix push of updated events
* add missing event translations
* update documentation
* solve linter errors
* remove nolint:SA1019 as it doesn't seem to help anyway
* add nolint to deprecated filter usage
* update users migration version
* remove unused ClientSecret from APIConfigChangedEvent
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-04-05 09:35:49 +00:00
Alex Rimlin
fa9635eb93
docs(guides/integrate/service-users/private-key-jwt): ( #7677 )
...
* docs(guides/integrate/service-users/private-key-jwt): adjust incomplete, outdated and incorrect parts of the python example.
* wrong variable name for kid in the header
---------
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2024-04-03 15:51:13 +00:00
mffap
e4e8361f66
docs: redirect identity providers introduction ( #7695 )
2024-04-03 07:02:01 +00:00
Tijl
2d25244c77
fix: docs: keycloak user migration api error ( #7626 )
...
fix user importing api error
Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-03-28 18:40:54 +00:00
Tim Möhlmann
3ca80d637d
docs(oidc): token exchange beta feature info ( #7670 )
...
* docs(oidc): token exchange beta feature info
This change adds an info box to the token exchange documentation, informing the reader of the beta state of the feature and how to enable it.
* Update docs/docs/apis/openidoauth/endpoints.mdx
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/token-exchange.mdx
Co-authored-by: Fabi <fabienne@zitadel.com>
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
2024-03-28 13:02:54 +00:00
Max Peintner
20fb032743
docs: typescript login ( #7621 )
...
* typescript docs
* docs
* self service part
* deploy part
* headers
* update description
* illustration description
* endpoints
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* rm scope
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* screenshot deploy to vercel
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-03-28 08:19:36 +00:00
Elio Bischof
d26391a642
feat(console): guide users when configuring IDPs ( #7572 )
...
* feat(console): show external idp remote config
* reuse copy-row
* finish google and saml sp
* finish apps
* add next steps modal
* rollout
* activate
* fix saml urls
* fix saml provider
* complete providers
* translate
* update google docs
* update entra id oidc docs
* update entra id saml docs
* update github docs
* update gitlab docs
* update apple docs
* update okta oidc docs
* update okta saml docs
* update keycloak docs
* update mocksaml
* cleanup
* lint
* lint
* fix overriden classes
* encapsulate styles
* fix icon classes
---------
Co-authored-by: peintnermax <max@caos.ch>
2024-03-27 20:10:31 +00:00
Dakshitha Ratnayake
2ea0b520fd
docs: Added a new intro page for configuring external IdPs. ( #7595 )
...
* Added a new intro page for configuring external IdPs.
* Fixed broken links
* Resolved build errors.
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Addressed review comments.
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Addressed review comments.
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/identity-providers/introduction.md
Co-authored-by: Fabi <fabienne@zitadel.com>
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
2024-03-27 15:49:08 +05:30
Livio Spring
1121ebfdb8
fix: prevent custom urn:zitadel:iam claims ( #7647 )
2024-03-27 08:26:14 +01:00
Tim Möhlmann
2021bad0ad
docs(oidc): token exchange guide ( #7625 )
...
* docs(oidc): token exchange guide
This change adds a token exchange guide which includes "simple" and impersonation examples.
The endpoint, claims and grant type documentation also has been amended with token exchange specifics.
* solve suggestions
* fix impersonated event type
* add link to event store concept
* fix links build error
* add to sidebar and update some info boxes
2024-03-26 06:28:17 +00:00
Fabi
62652f4f91
docs: add linkedin guide ( #7600 )
...
* docs: add linkedin guide
* docs: change pictures and settings
2024-03-25 18:34:49 +02:00
mffap
376c3a3fff
docs(integrate): improve service user authentication ( #7492 )
...
* service users
* wip
* wip
* wip
* lower case titles
* wip
* wip
* private key jwt
* wip
* wip
* token introspection
* zitadel apis
* expiration
* replace mermaid with svg
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne@zitadel.com>
* Apply suggestions from code review
* boulevard of broken links
* my hrefs will go on
* docs: add token type to client credential
* Update docs/docs/apis/introduction.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/service-users/authenticate-service-users.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/service-users/authenticate-service-users.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/service-users/authenticate-service-users.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/service-users/private-key-jwt.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/service-users/private-key-jwt.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/service-users/authenticate-service-users.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/service-users/client-credentials.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/service-users/client-credentials.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/_accessing_zitadel_api.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/zitadel-apis/access-zitadel-apis.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* docs: add token type to client credential
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-03-25 10:30:43 +01:00
Livio Spring
d313e6d498
fix(setup): enable init-projection by default ( #7616 )
...
* fix(setup): enable init-projection by default
* update A10008
2024-03-23 12:52:52 +01:00
Livio Spring
7494a7b6d9
feat(api): add possibility to retrieve user schemas ( #7614 )
...
This PR extends the user schema service (V3 API) with the possibility to ListUserSchemas and GetUserSchemaByID.
The previously started guide is extended to demonstrate how to retrieve the schema(s) and notes the generated revision property.
2024-03-22 13:26:13 +00:00
Silvan
b338171585
docs: move jwt idp to guides ( #7570 )
2024-03-20 10:46:05 +01:00
Silvan
cc26eb1116
feat(actions): ctx.org.getMetadata()
in external authentication ( #7571 )
2024-03-19 07:34:38 +01:00
Dakshitha Ratnayake
d30fb3118d
docs: Update additional-information.mdx ( #7590 )
...
Update additional-information.mdx
2024-03-18 16:01:03 +05:30
Max Peintner
0d46c39d00
docs: typescript login progress ( #7378 )
...
* docs: typescript login progress
* docs
* space
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/login-ui/typescript-repo.mdx
Co-authored-by: Fabi <fabienne@zitadel.com>
* future login, show email password login
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
2024-03-15 11:02:56 +01:00
Silvan
150f3bddf0
docs: add azure entra saml ( #7566 )
2024-03-15 10:07:30 +01:00
Fabi
802b6c7fd1
docs: Okta saml idp docs ( #7523 )
...
* docs: add guide to setup okta saml idp
* docs: remove todo
* docs: okta user data info
* docs: fix broken links
* docs: add references to API docs
* Update docs/docs/guides/integrate/identity-providers/okta_saml.mdx
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update docs/docs/guides/integrate/identity-providers/okta_saml.mdx
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update docs/docs/guides/integrate/identity-providers/okta_saml.mdx
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update docs/docs/guides/integrate/identity-providers/okta_saml.mdx
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update docs/docs/guides/integrate/identity-providers/okta_saml.mdx
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update docs/docs/guides/integrate/identity-providers/okta_saml.mdx
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* docs: default settings
* docs: default settings
* docs: add saml mapping action
* docs: add saml mapping action
* docs: add saml mapping action
---------
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2024-03-14 11:47:03 +00:00
Fabi
bcff220cb4
docs: onboarding users ( #7462 )
...
* docs: log module for actions
* docs: info on registration options
* docs: add saml description
* Update docs/docs/guides/integrate/onboarding/end-users.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/onboarding/end-users.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/onboarding/end-users.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/onboarding/end-users.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/onboarding/end-users.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/onboarding/end-users.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* docs: org scope
---------
Co-authored-by: mffap <mpa@zitadel.com>
2024-03-14 08:25:46 +00:00
Miguel Cabrerizo
dff5984f7d
fix: add expiration date information to service users keys ( #7497 )
...
* feat: add ExpirationDate to MachineKey JSON detail
* fix: include time in expiration date column for machine keys table
* fix: show expiration date in ShowKeyDialog if available
* fix: add machine key expiration date note
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2024-03-13 18:21:19 +00:00
Silvan
30a1f4b39e
docs(actions): add examples ( #7494 )
...
* docs(actions): add use cases
* docs(actions): extend available modules
* docs(actions): add example to http module
* hide code in details
* add saml response,
correct code examples
* describe internal authentication flow
* rename to code examples
2024-03-13 17:49:36 +01:00
Elio Bischof
6a1b708ff8
feat: console descriptions ( #7552 )
...
* org page descriptions
* feat(console): describe options
* docs: fix bullet
* lint
* refactor: cleanup unused translations
* translate
* translate
* translate
* members
* add links
* translate
* remove scripts
* lint
* remove node-jq
* fix styles
* Update console/src/assets/i18n/it.json
Co-authored-by: Max Peintner <max@caos.ch>
* Update console/src/assets/i18n/it.json
Co-authored-by: Max Peintner <max@caos.ch>
* Update console/src/assets/i18n/it.json
Co-authored-by: Max Peintner <max@caos.ch>
---------
Co-authored-by: peintnermax <max@caos.ch>
2024-03-13 14:53:48 +00:00
Livio Spring
266abcb23b
docs: describe session validation ( #7548 )
...
* docs: describe session validation
* typo
* resolve comments
2024-03-13 07:24:33 +00:00
Livio Spring
0e181b218c
feat: implement user schema management ( #7416 )
...
This PR adds the functionality to manage user schemas through the new user schema service.
It includes the possibility to create a basic JSON schema and also provides a way on defining permissions (read, write) for owner and self context with an annotation.
Further annotations for OIDC claims and SAML attribute mappings will follow.
A guide on how to create a schema and assign permissions has been started. It will be extended though out the process of implementing the schema and users based on those.
Note:
This feature is in an early stage and therefore not enabled by default. To test it out, please enable the UserSchema feature flag on your instance / system though the feature service.
2024-03-12 13:50:13 +00:00
Fabi
2a39cc16f5
docs: external audit log ( #7510 )
...
* docs: external audit log
* docs: cockroach change data capture
* docs: add actions possibility
* docs: change sidebar
* docs: requested changes
* docs: requested changes
* docs: requested changes
---------
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2024-03-11 14:07:58 +00:00
Silvan
7b537243c4
docs: describe combinations of flow and trigger types ( #7519 )
...
* docs(api): describe which flow and trigger types word together
* docs(actions): describe which flow and trigger types work together
* Update management.proto
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-03-11 07:24:24 +00:00
Fabi
fd39729089
docs: add note about x-zitadel-login-client matching pat when building your login ui ( #7521 )
...
docs: add note about x-zitadel-login-client matching pat
2024-03-08 13:02:53 +00:00
mffap
89a3ffa6fd
docs(legal): update cookies in privacy policy ( #7493 )
...
* docs(legal): update cookies in privacy policy
* add note about customer instances
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com>
* perf: filter events by instance ids (#7489 )
fix: filter events by instance ids
* docs: describe DefaultInstance vs FirstInstance (#7487 )
* docs: describe DefaultInstance vs FirstInstance
* link to docs
* add better searchable tip to the docs
* add better searchable tip to the docs
* add link
* docs: remove localhost from links (#7503 )
* remove visitor analytics
* Update docs/docs/legal/policies/privacy-policy.mdx
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Elio Bischof <elio@zitadel.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2024-03-07 11:35:22 +00:00
mffap
383b68b48f
docs: add video to quickstart ( #7512 )
2024-03-06 18:31:49 +00:00
Elio Bischof
680dba1628
docs: don't propose setting a random masterkey to env ( #7495 )
...
* docs: don't suggest setting a random masterkey to env
* read masterkey from file
* read masterkey from file
2024-03-06 12:41:17 +00:00
Fabi
258e91cf66
docs: rename instance settings to default settings ( #7484 )
...
* docs: rename instance settings to default settings
* docs: correct local reference to docs
* docs: correct local reference to docs
---------
Co-authored-by: Max Peintner <max@caos.ch>
2024-03-06 10:36:04 +00:00
Tim Möhlmann
84f5b9433c
docs: correct usage of key parameter in go login example ( #7491 )
...
The example was falsely stating that the key was used for a json private key, obtained from zitadel.
This lead to confusion as we do not use JWT assertion in the example, but PKCE.
Instead, the key is used for symmetric encryption.
https://stackoverflow.com/questions/78080163/zitadel-example-go-webapp-encryption-key/78087242#78087242
2024-03-06 09:29:27 +00:00
Silvan
8f898775c9
docs: remove localhost from links ( #7503 )
2024-03-05 09:46:42 +00:00
Elio Bischof
3ae4e9e6cf
docs: describe DefaultInstance vs FirstInstance ( #7487 )
...
* docs: describe DefaultInstance vs FirstInstance
* link to docs
* add better searchable tip to the docs
* add better searchable tip to the docs
* add link
2024-03-05 08:37:12 +01:00
Silvan
b0e3d3d912
docs(actions): add possibilities to examples text ( #7418 )
2024-02-29 13:41:35 +01:00
Max Peintner
0fcdfe460c
feat(console): integrate app ( #7417 )
...
* docs, frameworks view
* project select, integrate app page
* fix search project autocomplete
* framework autocomplete
* framwork select component, integrate, mapping to oidc config
* param
* fix route handler
* setname projectid context
* app-create page without context
* show description of app type, info section
* redirects section
* updatevalue observable
* fix redirect uris section
* i18n
* setup config
* backbutton behavior, cleanup
* cleanup
* lint
* allow other framework jump off
* dev mode warning
* navigate to project
* rm import
* i18n, guide link
* edit name dialog
* show warning for duplicate name
2024-02-28 16:52:21 +00:00
Elio Bischof
f4c72cbe14
feat: improve instance not found error ( #7413 )
...
* feat: improve instance not found error
* unit tests
* check if is templatable
* lint
* assert
* compile tests
* remove error templates
* link to instance not found page
* fmt
* cleanup
* lint
2024-02-28 10:49:57 +00:00
Tim Möhlmann
062d153cfe
feat: impersonation roles ( #7442 )
...
* partial work done
* test IAM membership roles
* org membership tests
* console :(, translations and docs
* fix integration test
* fix tests
* add EnableImpersonation to security policy API
* fix integration test timestamp checking
* add security policy tests and fix projections
* add impersonation setting in console
* add security settings to the settings v2 API
* fix typo
* move impersonation to instance
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-02-28 10:21:11 +00:00
Tim Möhlmann
26d1563643
feat(api): feature flags ( #7356 )
...
* feat(api): feature API proto definitions
* update proto based on discussion with @livio-a
* cleanup old feature flag stuff
* authz instance queries
* align defaults
* projection definitions
* define commands and event reducers
* implement system and instance setter APIs
* api getter implementation
* unit test repository package
* command unit tests
* unit test Get queries
* grpc converter unit tests
* migrate the V1 features
* migrate oidc to dynamic features
* projection unit test
* fix instance by host
* fix instance by id data type in sql
* fix linting errors
* add system projection test
* fix behavior inversion
* resolve proto file comments
* rename SystemDefaultLoginInstanceEventType to SystemLoginDefaultOrgEventType so it's consistent with the instance level event
* use write models and conditional set events
* system features integration tests
* instance features integration tests
* error on empty request
* documentation entry
* typo in feature.proto
* fix start unit tests
* solve linting error on key case switch
* remove system defaults after discussion with @eliobischof
* fix system feature projection
* resolve comments in defaults.yaml
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-02-28 10:55:54 +02:00
Fabi
53099a282a
docs: log module for actions ( #7448 )
...
* docs: log module for actions
* Update modules.md
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-02-27 08:39:21 +00:00
Fabi
0542b29517
docs: Contribution guidelines ( #7443 )
...
* docs: gender neutrality
* docs: gender neutrality
* docs: gender neutrality
* Update docs/docs/concepts/features/identity-brokering.md
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Update docs/docs/guides/integrate/login-ui/mfa.mdx
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Update docs/docs/guides/integrate/login-ui/passkey.mdx
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Update internal/static/i18n/en.yaml
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Update internal/static/i18n/en.yaml
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2024-02-26 13:11:09 +00:00
mffap
ce7ebffa84
docs: update headings for custom login ui ( #7453 )
...
update headings for custom login ui
2024-02-26 10:02:07 +00:00
mffap
da8a79f280
docs(integrate): Update login users docs ( #7414 )
...
* wip
* update intro of device auth
* add custom domain concept
* wip sidebar
* wip introduction
* add passkeys
* replace azure ad with entra id
* wip
* wip
* login methods
* expand sections automatically
* update selfservice docs
* wip - hosted done
* move onboarding
* clean up
* wip
* unbreak my hrefs
* finish login users
* update managers
* add console as feature
* update b2b with multi-tenancy
* update saml
* update console concept
* add opaque tokens as knowledge
* redirects
* intro b2b
* remove login/saml
* unbreak link
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne@zitadel.com>
* passkeys: add custom domain first
* update passkeys
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/login/login-users.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
Co-authored-by: Florian Forster <florian@zitadel.com>
2024-02-26 13:04:09 +05:30
Omar Mokhtar
71373caab3
docs(integrate): fix typo in logout page ( #7438 )
...
fix typo in logout.md
2024-02-23 07:49:41 +00:00
Silvan
1791f46424
docs: change examples to psql ( #7358 )
...
Replaces CockroachDB as default in self hosting examples.
* Update docs/docs/concepts/architecture/software.md
Co-authored-by: Elio Bischof <elio@zitadel.com>
* Update docs/docs/concepts/architecture/software.md
Co-authored-by: Elio Bischof <elio@zitadel.com>
---------
Co-authored-by: Elio Bischof <elio@zitadel.com>
2024-02-20 08:33:50 +00:00
Livio Spring
462f5462dc
docs: improve apis description ( #7400 )
...
* docs: improve apis description
* focus on version
* link to state
2024-02-19 15:39:36 +01:00
Tim Möhlmann
0b77fd4c17
chore(docs): redirect globs in development mode ( #7114 )
...
* chore(docs): redirect globs in development mode
* Update applications.mdx
2024-02-19 09:27:51 +00:00
Fabi
32c7efea73
docs: Prevent console access ( #7398 )
...
* docs: prevent users from accessing ZITADEL console
* docs: prevent users from accessing ZITADEL console
* docs: prevent users from accessing ZITADEL console
* Update docs/docs/guides/solution-scenarios/disable-console.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/disable-console.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/disable-console.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/disable-console.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* docs: deafult redirect url
* docs: prevent console access
* docs: prevent console access
---------
Co-authored-by: mffap <mpa@zitadel.com>
2024-02-16 15:40:45 +00:00
mffap
882d410283
docs: fix broken links ( #7401 )
2024-02-16 15:10:12 +00:00
Stefan Benz
35c313c691
docs: add mocksaml for saml sp example ( #7355 )
...
Co-authored-by: Fabi <fabienne@zitadel.com>
2024-02-15 14:34:02 +01:00
Livio Spring
104034c628
chore(api): initial definition of API for user schemas (user v3 and user schema v3 service) ( #7372 )
...
Adds the initial proto definition for a new user service (v3) based on user schema and it's corresponding user schema service (v3)
2024-02-15 11:22:48 +01:00
Stefan Benz
198bc017b8
feat: actions v2 execution targets command side ( #7384 )
...
Adds the API to create, update, delete targets for execution in a new ExecutionService (v3alpha)
2024-02-15 05:39:10 +00:00
Yordis Prieto
2e41764d27
docs: Update retrieve-user-roles.md ( #7374 )
...
Update retrieve-user-roles.md
I feel this should be an important message to read
Co-authored-by: Fabi <fabienne@zitadel.com>
2024-02-14 12:54:19 +00:00
Fabi
fb288401b7
docs: Updated outdated information and screenshots for customer portal docs ( #7326 )
...
* docs: updating customer portal docs
* docs: portal instance page docs updated
* docs: portal in docs updated
* Update docs/docs/guides/manage/cloud/billing.md
---------
Co-authored-by: Max Peintner <max@caos.ch>
2024-02-13 12:22:42 +00:00
Fabi
a065ddc706
docs: Make Examples and SDK Pages easier to understand ( #7291 )
...
* docs: first attempt to restructure the sdks and examples to make it better understandable
* docs: first attempt to restructure the sdks and examples to make it better understandable
* docs: first attempt to restructure the sdks and examples to make it better understandable
* docs: first attempt to restructure the sdks and examples to make it better understandable
* docs: first attempt to restructure the sdks and examples to make it better understandable
* docs: first attempt to restructure the sdks and examples to make it better understandable
* docs: adding more example pages
* docs: adding more example pages
* docs: add all sdk/examples
* docs: add tile component
* docs: introduction page
* docs: introduction page
* docs: add react
* docs: remove old sdk and example pages
* docs: fix broken links
* docs: fix broken links
* styles
* Update docs/docs/sdk-examples/introduction.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/sdk-examples/java.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/sdk-examples/python.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/sdk-examples/python.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* docs: review changes
* docs: smaller tiles
* docs: changes from go and java review
* docs: correct python description
* Update docs/docs/sdk-examples/python.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/sdk-examples/introduction.mdx
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Update docs/docs/sdk-examples/python.mdx
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* docs: flask logo
* flask, rust imgs
* docs: flask logo
* Update go.mdx
* Update java.mdx
* Update docs/docs/sdk-examples/flutter.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/src/css/tile.module.css
Co-authored-by: Livio Spring <livio.a@gmail.com>
* docs: sidebar alphabetic
* docs: sidebar alphabetic
* docs: django logo
---------
Co-authored-by: peintnermax <max@caos.ch>
Co-authored-by: Livio Spring <livio.a@gmail.com>
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
Co-authored-by: Stefan Benz <stefan@caos.ch>
2024-02-07 12:44:20 +01:00
mffap
59dcd6f498
docs: logo jumps to home page ( #7329 )
2024-02-06 14:52:45 +00:00
Max Peintner
ca49e0f532
fix(console): simplify instance page ( #7274 )
...
* move settings, rm nav for single org
* move instance pages to settings
* i18n
* revalidate orgs on create
* Update bg.json
* show custome portal link
* Update console/src/app/modules/settings-list/settings.ts
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update console/src/app/modules/settings-list/settings.ts
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update console/src/app/modules/settings-list/settings.ts
Co-authored-by: Livio Spring <livio.a@gmail.com>
* add org page to instance settings
* iam.read for org list
* i18n
* instance imgs, cleanup
* rm unused imgs
* remove unused imgs, replace default settings imgs
* event image
* e2e url
* instance url
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-02-06 14:35:43 +01:00
Stefan Benz
c081f72d85
docs: python django example for login in secure api ( #7285 )
...
* docs: python django example docs
* docs: python django example docs
* docs: python django example docs
* docs: change django example with review
* docs: python django example docs
* docs: python django example docs
* docs: apply suggestions from code review
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* docs: python django example docs
* docs: python django example docs
* docs: python django example docs
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2024-02-02 15:20:45 +00:00
Max Peintner
a9ddb464a8
docs: react sdk guide, update quickstart guide to use @zitadel/react ( #7300 )
...
* docs: react sdk
* docs
* doc
* checkbox, screen
* update quick start guide for react
* rm old react
* react
* cleanup quickstart guide
* Update docs/docs/examples/login/react.md
Co-authored-by: Dakshitha Ratnayake <dakshitha@users.noreply.github.com>
* Update docs/docs/examples/login/react.md
Co-authored-by: Dakshitha Ratnayake <dakshitha@users.noreply.github.com>
* Update docs/docs/examples/login/react.md
Co-authored-by: Dakshitha Ratnayake <dakshitha@users.noreply.github.com>
* Update docs/docs/examples/login/react.md
Co-authored-by: Dakshitha Ratnayake <dakshitha@users.noreply.github.com>
* Update docs/docs/examples/login/react.md
Co-authored-by: Dakshitha Ratnayake <dakshitha@users.noreply.github.com>
* Update docs/docs/examples/login/react.md
Co-authored-by: Dakshitha Ratnayake <dakshitha@users.noreply.github.com>
* Update docs/docs/examples/login/react.md
Co-authored-by: Dakshitha Ratnayake <dakshitha@users.noreply.github.com>
* react + / vue -
* remove welcome from screenshot
---------
Co-authored-by: Dakshitha Ratnayake <dakshitha@users.noreply.github.com>
2024-02-02 08:29:02 +01:00
Fabi
55c9eb08f1
docs: add missing word ( #7324 )
...
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-02-01 07:59:53 +00:00
Livio Spring
6bfa66cfa3
docs: fix init-projections flag value ( #7325 )
2024-02-01 07:12:29 +00:00
Dominik Müller
6f3f67cde7
docs: self-hosting doc link ( #7249 )
...
* fix: self-hosting doc link
exchanged localhost link for relative link to docs
* fix: updated base path for relative doc link
2024-01-31 12:34:34 +00:00
Fabi
5e23ea55b2
docs: onboarding customers and users ( #7105 )
...
* docs: onboarding organizations
* docs: onboarding organizations
* docs: onboarding end users
* docs: onboarding end users
* docs: onboarding end users
* docs: onboarding end users
* docs: onboarding guide in console
* docs: onboarding guide in console
* docs: onboarding guide in console
* docs: onboarding guide in console
* docs: manually add user
* docs: fix links
* docs: fix links
* Update docs/docs/guides/manage/console/_add_manager.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/_org_login_description.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/end-users.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/b2b.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/b2b.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/b2b.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/b2b.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/b2b.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/b2b.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/b2b.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/end-users.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/onboarding/b2b.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* docs: correct review
* docs: fix typos
---------
Co-authored-by: mffap <mpa@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-01-29 13:47:08 +01:00
Silvan
93f35980b8
docs(a10008): add versions 2.43.6 and 2.42.12 ( #7299 )
2024-01-26 14:52:34 +01:00
Livio Spring
121f9f8da1
feat(actions): add org metadata in complement token and saml response flows ( #7263 )
...
* feat(actions): add org metadata in complement token and saml response flows
* document actions
2024-01-26 08:56:10 +00:00
Silvan
17953e9040
fix(setup): init projections ( #7194 )
...
Even though this is a feature it's released as fix so that we can back port to earlier revisions.
As reported by multiple users startup of ZITADEL after leaded to downtime and worst case rollbacks to the previously deployed version.
The problem starts rising when there are too many events to process after the start of ZITADEL. The root cause are changes on projections (database tables) which must be recomputed. This PR solves this problem by adding a new step to the setup phase which prefills the projections. The step can be enabled by adding the `--init-projections`-flag to `setup`, `start-from-init` and `start-from-setup`. Setting this flag results in potentially longer duration of the setup phase but reduces the risk of the problems mentioned in the paragraph above.
2024-01-25 17:28:20 +01:00
Livio Spring
94b3799690
docs: update links of examples ( #7273 )
2024-01-23 15:29:50 +01:00
Florian Forster
e593a8ec63
chore: remove cockroach, clickhouse and add hubspot from third party sub-processors ( #7264 )
...
* chore: remove crdb from third party sub-processors
* remove clickhouse
* add hubspot
* fix: google end-user data flag
---------
Co-authored-by: mffap <mpa@zitadel.com>
2024-01-22 13:08:23 +00:00
Elio Bischof
35339162c9
docs: fix install @zitadel/vue ( #7250 )
2024-01-17 13:37:19 +01:00
Elio Bischof
ed0bc39ea4
feat: block instances ( #7129 )
...
* docs: fix init description typos
* feat: block instances using limits
* translate
* unit tests
* fix translations
* redirect /ui/login
* fix http interceptor
* cleanup
* fix http interceptor
* fix: delete cookies on gateway 200
* add integration tests
* add command test
* docs
* fix integration tests
* add bulk api and integration test
* optimize bulk set limits
* unit test bulk limits
* fix broken link
* fix assets middleware
* fix broken link
* validate instance id format
* Update internal/eventstore/search_query.go
Co-authored-by: Livio Spring <livio.a@gmail.com>
* remove support for owner bulk limit commands
* project limits to instances
* migrate instances projection
* Revert "migrate instances projection"
This reverts commit 214218732a
.
* join limits, remove owner
* remove todo
* use optional bool
* normally validate instance ids
* use 302
* cleanup
* cleanup
* Update internal/api/grpc/system/limits_converter.go
Co-authored-by: Livio Spring <livio.a@gmail.com>
* remove owner
* remove owner from reset
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-01-17 10:16:48 +00:00
Fabi
853181155d
docs: Avg active idps ( #7207 )
...
* docs: legal change active external identity providers
* docs: legal change active external identity providers
* Update docs/docs/legal/service-description/billing.md
Co-authored-by: mffap <mpa@zitadel.com>
---------
Co-authored-by: mffap <mpa@zitadel.com>
2024-01-16 16:20:55 +01:00
Elio Bischof
492d7da37e
docs: add guide for Vue ( #7215 )
...
* docs: add guide for Vue
* describe authz
* add vue to sdks
---------
Co-authored-by: Max Peintner <max@caos.ch>
2024-01-16 14:21:32 +00:00
Livio Spring
57f40a3c50
docs(examples): adds java spring boot examples ( #7226 )
...
* docs(examples): adds java spring boot examples
* add code highlighting for java and php
* Apply suggestions from code review
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* update references
---------
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2024-01-16 11:02:58 +00:00
Livio Spring
96d0291848
fix: enable iframe use on http://localhost ( #7152 )
...
* fix: enable iframe use on http://localhost
* docs(iframe): add info about cookies
* improve comments
2024-01-16 11:28:56 +01:00
Tim Möhlmann
0a65e20507
docs(examples): symfony php guide ( #7171 )
...
* docs(examples): symfony php guide
* hopefully fix vercel
* complete guide
* add guide to navigation
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2024-01-15 17:49:41 +00:00
Thomas Faust
cdc4a68443
docs: add nodejs-nestjs to introduction.mdx ( #7137 )
...
* docs: update introduction.mdx
Add Node.js NestJS framework to the list.
* add node to sidebars
---------
Co-authored-by: Max Peintner <max@caos.ch>
2024-01-15 13:48:25 +01:00
Fabi
09288c7826
docs: troubleshoot, project grant missing ( #7216 )
...
* docs: add troubleshooting page for missing project grant error message
* docs: change graphic
* Update docs/docs/support/troubleshooting.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* docs: change permission text to project grant
* Update docs/docs/support/troubleshooting.mdx
Co-authored-by: mffap <mpa@zitadel.com>
---------
Co-authored-by: mffap <mpa@zitadel.com>
2024-01-15 09:03:41 +01:00
mffap
91081caf9f
docs: Add reference to Actions for custom claims and custom attributes ( #7204 )
...
* make clear that yarn generate has to be run first
* add reference to custom claims
* add reference to custom saml attribute
2024-01-11 15:27:37 +01:00
Elio Bischof
86b118a4b8
docs(self-hosted): direct to the tested k8s example ( #7201 )
...
docs(self-hosted): direct to the tested example
2024-01-11 11:00:00 +01:00
Livio Spring
1a1bb564b9
docs(complement token): clarify when pre userinfo creation
is executed ( #7189 )
2024-01-10 15:29:33 +01:00
mffap
7e73f7a6cc
docs(legal): clarify response time in free plan ( #7176 )
2024-01-10 09:00:30 +00:00
Lucas Verdiell
e9cb1b90aa
docs: fix request example in custom login with idp docs ( #7154 )
...
Co-authored-by: Florian Forster <florian@zitadel.com>
2024-01-08 14:21:06 +00:00
Thomas Faust
c5bec35b1b
docs: add nodejs-nestjs section ( #7136 )
...
* docs: add nodejs-nestjs section
* chore: rename nodejs-nestjs to nodejs-nestjs.md
---------
Co-authored-by: Max Peintner <max@caos.ch>
2024-01-08 13:33:06 +00:00
mffap
a9ae018c40
docs: Update settings, billing for mange cloud ( #7169 )
...
docs: portal settings
2024-01-08 12:59:45 +00:00
Max Peintner
aa805d18a2
chore(npm): dependencies ( #7141 )
...
* chore(deps): bump flag-icons from 6.9.3 to 7.1.0 in /console (#7092 )
Bumps [flag-icons](https://github.com/lipis/flag-icons ) from 6.9.3 to 7.1.0.
- [Release notes](https://github.com/lipis/flag-icons/releases )
- [Changelog](https://github.com/lipis/flag-icons/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lipis/flag-icons/compare/v6.9.3...v7.1.0 )
---
updated-dependencies:
- dependency-name: flag-icons
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump prettier from 3.0.3 to 3.1.1 in /console (#7058 )
Bumps [prettier](https://github.com/prettier/prettier ) from 3.0.3 to 3.1.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.0.3...3.1.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump uuid and @types/uuid in /console (#6993 )
Bumps [uuid](https://github.com/uuidjs/uuid ) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ). These dependencies needed to be updated together.
Updates `uuid` from 9.0.0 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1 )
Updates `@types/uuid` from 9.0.2 to 9.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/uuid"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* zonejs
* chore(deps-dev): bump @types/jasmine from 4.3.6 to 5.1.4 in /console (#6991 )
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine ) from 4.3.6 to 5.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine )
---
updated-dependencies:
- dependency-name: "@types/jasmine"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump i18n-iso-countries from 7.6.0 to 7.7.0 in /console (#6990 )
Bumps [i18n-iso-countries](https://github.com/michaelwittig/node-i18n-iso-countries ) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/michaelwittig/node-i18n-iso-countries/releases )
- [Commits](https://github.com/michaelwittig/node-i18n-iso-countries/compare/v7.6.0...v7.7.0 )
---
updated-dependencies:
- dependency-name: i18n-iso-countries
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* jasmine
* prettier plugin
* chore(deps-dev): bump @types/opentype.js from 1.3.4 to 1.3.8 in /console (#6985 )
Bumps [@types/opentype.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/opentype.js ) from 1.3.4 to 1.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/opentype.js )
---
updated-dependencies:
- dependency-name: "@types/opentype.js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump postcss from 8.4.21 to 8.4.31 in /docs (#6674 )
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump axios and wait-on in /e2e (#7073 )
Bumps [axios](https://github.com/axios/axios ) to 1.6.2 and updates ancestor dependency [wait-on](https://github.com/jeffbski/wait-on ). These dependencies need to be updated together.
Updates `axios` from 0.25.0 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.25.0...v1.6.2 )
Updates `wait-on` from 6.0.1 to 7.2.0
- [Release notes](https://github.com/jeffbski/wait-on/releases )
- [Commits](https://github.com/jeffbski/wait-on/compare/v6.0.1...v7.2.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
- dependency-name: wait-on
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* lint changes
* lint
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-08 10:25:21 +00:00
Tristan Stenner
d811359dd7
fix: typos ( #7132 )
...
Fix typos
Co-authored-by: Fabi <fabienne@zitadel.com>
2024-01-03 09:16:01 +01:00
mffap
ab2c3f7752
docs(examples): update examples ( #7014 )
...
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-12-21 10:01:11 +00:00
Livio Spring
acb604c045
docs: fix link to enterprise features
2023-12-21 07:47:06 +01:00
Livio Spring
f4e73b9b75
docs: update go api client guide ( #7099 )
...
* docs: update go api client guide
* update branch reference
2023-12-20 15:56:48 +00:00
mcrodriguezb
e15f6229cd
fix: Update payload for Get Provider Information ( #7086 )
...
Update payload for Get Provider Information
Payload was set to token when it should be idpIntentToken
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-12-20 08:33:59 +00:00
Livio Spring
7dc8c19f39
docs: add go authentication example ( #7034 )
...
* docs: add go authentication example
* update sdks and example overview
* update branch name
2023-12-19 12:22:32 +00:00
Elio Bischof
c3e6257d68
fix: keep user idp links ( #7079 )
...
* login
* auth methods
* NewIDPUserLinksActiveQuery
* use has_login_policy projection
* fix unit tests
* docs
* keep old user links projection
* fix tests
* cleanup
* cleanup comments
* test idp links are not removed
* idempotent auth method test
* idempotent auth method test
2023-12-19 10:25:50 +00:00
Miguel Cabrerizo
dae1911d43
docs(linux): fix download and unpack release bash snippet ( #7076 )
...
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2023-12-14 19:07:39 +01:00
Fabi
51ebf7da8d
fix: add example action to autofill userdata on okta ( #7060 )
...
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-12-13 13:22:35 +01:00
Fabi
e005ed5114
docs: disable mfa prompt ( #7063 )
...
* docs: disable mfa prompt
* Update docs/docs/guides/solution-scenarios/configurations.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-12-12 09:58:35 +01:00
Hoang Nghia Anh (Appsec)
0e4a62b66f
docs: Update managers.mdx ( #7053 )
...
Update managers.mdx
Fix small syntax
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-12-11 15:38:57 +01:00
Miguel Cabrerizo
94e0caa601
fix: verify domain revamped ( #6970 )
...
* fix: verify domain revamped
* fix: add link to docs in dialog
* fix: add missing translations including dutch
* fix: add @eliobischof suggestions
---------
Co-authored-by: Elio Bischof <elio@zitadel.com>
2023-12-07 12:53:53 +00:00
Elio Bischof
d639c5200a
feat: manage restrictions in console ( #6965 )
...
* feat: return 404 or 409 if org reg disallowed
* fix: system limit permissions
* feat: add iam limits api
* feat: disallow public org registrations on default instance
* add integration test
* test: integration
* fix test
* docs: describe public org registrations
* avoid updating docs deps
* fix system limits integration test
* silence integration tests
* fix linting
* ignore strange linter complaints
* review
* improve reset properties naming
* redefine the api
* use restrictions aggregate
* test query
* simplify and test projection
* test commands
* fix unit tests
* move integration test
* support restrictions on default instance
* also test GetRestrictions
* self review
* lint
* abstract away resource owner
* fix tests
* configure supported languages
* fix allowed languages
* fix tests
* default lang must not be restricted
* preferred language must be allowed
* change preferred languages
* check languages everywhere
* lint
* test command side
* lint
* add integration test
* add integration test
* restrict supported ui locales
* lint
* lint
* cleanup
* lint
* allow undefined preferred language
* fix integration tests
* update main
* fix env var
* ignore linter
* ignore linter
* improve integration test config
* reduce cognitive complexity
* compile
* fix(console): switch back to saved language
* feat(API): get allowed languages
* fix(console): only make allowed languages selectable
* warn when editing not allowed languages
* feat: manage restrictions in console
* check for duplicates
* remove useless restriction checks
* review
* revert restriction renaming
* manage languages
* fix language restrictions
* lint
* generate
* allow custom texts for supported langs for now
* fix tests
* cleanup
* cleanup
* cleanup
* lint
* unsupported preferred lang is allowed
* fix integration test
* allow unsupported preferred languages
* lint
* fix languages lists
* simplify default language selection
* translate
* discard
* lint
* load languages for tests
* load languages
* lint
* cleanup
* lint
* cleanup
* get allowed only on admin
* cleanup
* reduce flakiness on very limited postgres
* simplify langSvc
* refactor according to suggestions in pr
* lint
* improve ux
* update central allowed languages
* set first allowed language as default
* readd lost translations
* disable sorting disallowed languages
* fix permissions
* lint
* selectionchange for language in msg texts
* initialize login texts
* init message texts
* lint
* fix drag and drop list styles
* start from 1
* cleanup
* prettier
* correct orgdefaultlabel
* unsubscribe
* lint
* docs: describe language settings
---------
Co-authored-by: peintnermax <max@caos.ch>
2023-12-07 12:31:01 +00:00
Koen-Nocore
fb235d7ea1
docs: Update _postgres.mdx ( #7027 )
...
Update _postgres.mdx
Added MaxIdleConns since this option is missing in the Postgres database settings.
My implementation was slow, because this setting wasn't set and I found it after checking the larger config files. Might have value to show that this value can be set in the database specific page.
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-12-07 09:15:56 +00:00
Livio Spring
a87f54b328
docs: update go authorization example to the new version ( #7015 )
...
* docs: update go authorization example to the new version
* fix reference to code
2023-12-06 18:32:43 +02:00
Elio Bischof
dd33538c0a
feat: restrict languages ( #6931 )
...
* feat: return 404 or 409 if org reg disallowed
* fix: system limit permissions
* feat: add iam limits api
* feat: disallow public org registrations on default instance
* add integration test
* test: integration
* fix test
* docs: describe public org registrations
* avoid updating docs deps
* fix system limits integration test
* silence integration tests
* fix linting
* ignore strange linter complaints
* review
* improve reset properties naming
* redefine the api
* use restrictions aggregate
* test query
* simplify and test projection
* test commands
* fix unit tests
* move integration test
* support restrictions on default instance
* also test GetRestrictions
* self review
* lint
* abstract away resource owner
* fix tests
* configure supported languages
* fix allowed languages
* fix tests
* default lang must not be restricted
* preferred language must be allowed
* change preferred languages
* check languages everywhere
* lint
* test command side
* lint
* add integration test
* add integration test
* restrict supported ui locales
* lint
* lint
* cleanup
* lint
* allow undefined preferred language
* fix integration tests
* update main
* fix env var
* ignore linter
* ignore linter
* improve integration test config
* reduce cognitive complexity
* compile
* check for duplicates
* remove useless restriction checks
* review
* revert restriction renaming
* fix language restrictions
* lint
* generate
* allow custom texts for supported langs for now
* fix tests
* cleanup
* cleanup
* cleanup
* lint
* unsupported preferred lang is allowed
* fix integration test
* finish reverting to old property name
* finish reverting to old property name
* load languages
* refactor(i18n): centralize translators and fs
* lint
* amplify no validations on preferred languages
* fix integration test
* lint
* fix resetting allowed languages
* test unchanged restrictions
2023-12-05 11:12:01 +00:00
Silvan
060b4ab2f0
docs(10006): clarify required crdb versions ( #7012 )
2023-12-04 11:24:36 +01:00
Livio Spring
1ef186e338
docs: update session termination documentation ( #6966 )
2023-11-23 11:10:14 +00:00
jacob-buckaroo
1fac15e186
feat(i18n): Dutch language support ( #6952 )
...
* feat(i18n): Dutch language support
* Fixed formatting issues
* add missing error lines
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2023-11-22 14:35:21 +00:00
Tim Möhlmann
2de7ce99c5
chore(docs): improve on password hashing ( #6951 )
2023-11-22 10:29:06 +00:00
Elio Bischof
76fe032b5f
feat: option to disallow public org registration ( #6917 )
...
* feat: return 404 or 409 if org reg disallowed
* fix: system limit permissions
* feat: add iam limits api
* feat: disallow public org registrations on default instance
* add integration test
* test: integration
* fix test
* docs: describe public org registrations
* avoid updating docs deps
* fix system limits integration test
* silence integration tests
* fix linting
* ignore strange linter complaints
* review
* improve reset properties naming
* redefine the api
* use restrictions aggregate
* test query
* simplify and test projection
* test commands
* fix unit tests
* move integration test
* support restrictions on default instance
* also test GetRestrictions
* self review
* lint
* abstract away resource owner
* fix tests
* lint
2023-11-22 09:29:38 +00:00
Stefan Benz
0ec7a74877
perf: remove owner removed columns from projections for oidc ( #6925 )
...
* fix: remove owner removed columns from login names projection
* fix: remove owner removed columns from flow projection
* fix: remove owner removed columns from project, projectgrant and member projections
* fix: correct unit tests for session projection
* fix: correct unit tests for session projection
2023-11-20 17:21:08 +02:00
Arslan Gait
3bed5f50a8
docs: correct spelling in claims.md ( #6935 )
...
Update claims.md
Fixed typo in word 'and'
2023-11-20 12:38:06 +00:00
mffap
bd5506494a
docs(legal): update legal framework and policies (November 2023) ( #6611 )
...
* move policies
* service description editorial
* service description move
* add subprocessors
* resort policies and service descriptions
* subprocessor
* subprocessors wip
* wip
* subprocessors
* subprocessors introduction
* billing wip
* service level headings
* billing wip
* gdpr region clarification
* fix some styling
* support service wip
* wip
* service-description
* fair use, broken links
* services offered
* rework enterprise benefits
* support plans
* remove language, add support issue
* combine onboarding support
* wip
* use of brand and trademarks
* sidebar
* DASU
* Combine ToS for support services
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne@zitadel.com>
* changes from review
* update updatedAt
* dpa and pp updates WIP
* broken links
* tom
* remote entity
* title annex enterprise agreement
* typo
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com>
* update last update dates
* replace quota with amount
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-11-16 09:26:25 +00:00
Elio Bischof
e0a5f8661d
feat: improve UX for external configuration ( #6861 )
...
* docs: simplify traefik external tls
* remove pass host header
* docs: simplify and fix nginx external tls
* fix: readiness with enabled tls
* improve proxy docs
* improve proxy docs
* fix(ready): don't verify server cert
* complete nginx docs
* cleanup
* complete traefik docs
* add caddy docs
* simplify traefik
* standardize
* fix caddy
* add httpd docs
* improve external config docs
* guiding error message
* docs(defaults.yaml): remove misleading comments
* guiding error message cs and ru
* improve proxy testability
* fix compose up command
* improve commands
* fix nginx tls disabled
* fix nginx tls enabled
* fix: serve gateway when tls is enabled
* fmt caddy files
* fix caddy enabled tls
* remove not-working commands
* review
* fix checks
* fix link
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-11-09 11:30:15 +01:00
Mark A. Hershberger
0d3788b757
docs: Update managers.mdx ( #6873 )
...
Update managers.mdx
typo
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-11-08 09:07:11 +00:00
Alexei
9ccdfdc196
feat: Add translations for Russian ( #6864 )
...
* wip
* add Russian (autotranslate)
TODO: review translations
* fix console linting
* add russian language to login translations
* docs
* missing console translations
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-11-08 07:38:55 +00:00
petrmifek
e839f03f57
feat(i18n): Czech language support ( #6870 )
...
feat(i18n): Add Czech language support
2023-11-08 07:55:41 +01:00
Livio Spring
585c8af5f2
docs(technical advisory): add version to console branding ( #6852 )
2023-11-02 16:18:14 +01:00
mffap
61d86343a0
docs(ta): add type expected downtime during update ( #6818 )
...
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-10-26 15:10:34 +02:00
mffap
b9061ffadc
docs(guides): update development mode for console guide ( #6799 )
...
* docs(guide): development mode
* finished
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2023-10-25 18:15:42 +00:00
Elio Bischof
4980cd6a0c
feat: add SYSTEM_OWNER role ( #6765 )
...
* define roles and permissions
* support system user memberships
* don't limit system users
* cleanup permissions
* restrict memberships to aggregates
* default to SYSTEM_OWNER
* update unit tests
* test: system user token test (#6778 )
* update unit tests
* refactor: make authz testable
* move session constants
* cleanup
* comment
* comment
* decode member type string to enum (#6780 )
* decode member type string to enum
* handle all membership types
* decode enums where necessary
* decode member type in steps config
* update system api docs
* add technical advisory
* tweak docs a bit
* comment in comment
* lint
* extract token from Bearer header prefix
* review changes
* fix tests
* fix: add fix for activityhandler
* add isSystemUser
* remove IsSystemUser from activity info
* fix: add fix for activityhandler
---------
Co-authored-by: Stefan Benz <stefan@caos.ch>
2023-10-25 15:10:45 +00:00
Silvan
c8b9b0ac75
docs: replace fix cockroachdb version with latest stable ( #6803 )
2023-10-25 14:20:55 +00:00
Elio Bischof
385a55bd21
feat: limit audit trail ( #6744 )
...
* feat: enable limiting audit trail
* support AddExclusiveQuery
* fix invalid condition
* register event mappers
* fix NullDuration validity
* test query side for limits
* lint
* acceptance test audit trail limit
* fix acceptance test
* translate limits not found
* update tests
* fix linting
* add audit log retention to default instance
* fix tests
* update docs
* remove todo
* improve test name
2023-10-25 11:42:00 +00:00
Silvan
459761d99a
docs: correct title of tech advisory 06 ( #6759 )
2023-10-19 14:55:09 +00:00
Silvan
3a01558c61
docs: add technical advisory 06 ( #6756 )
2023-10-19 15:13:50 +02:00
cpli
5a9609ef29
feat(actions): add "zitadel/uuid" module ( #6135 )
...
* feat: add "zitadel/uuid" module
* feat(actions/uuid): add v1, v3, and v4 UUIDs
* add namespaces and improve hash based functions
* add docs
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-10-13 09:31:23 +02:00
mffap
53034a5fb1
docs(legal): onboarding support services ( #6665 )
...
* docs(legal): onboarding support services
* remove trainings, outline
* wip
* finish
* call to action
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-10-12 13:08:38 +00:00
Austin Turner
dad1b4db7f
docs: fix typo in saas.md ( #6692 )
...
* Fix typos in saas docs
Fix typo and remove gender specific pronoun
* Fixed grammar error
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
Co-authored-by: Elio Bischof <elio@zitadel.com>
2023-10-11 15:05:20 +02:00
Silvan
2fba12d5c2
docs: add technical advisories for eventstore ( #6702 )
...
* docs: add technical advisories for eventstore
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-10-11 09:13:11 +00:00