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
Livio Spring
f2d1cd2045
docs(technical advisory): add login ui default context ( #6695 )
...
* docs(technical advisory): add login ui default context
* Update docs/docs/support/advisory/a10003.md
Co-authored-by: Fabi <fabienne@zitadel.com>
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-10-11 08:20:48 +02:00
Fabi
5bc71f7665
docs: keycloak idp ( #6568 )
...
* docs: keycloak idp
* Update docs/docs/guides/integrate/identity-providers/keycloak.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/identity-providers/keycloak.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/identity-providers/keycloak.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/identity-providers/keycloak.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/identity-providers/keycloak.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/integrate/identity-providers/keycloak.mdx
Co-authored-by: mffap <mpa@zitadel.com>
---------
Co-authored-by: mffap <mpa@zitadel.com>
2023-10-11 04:56:41 +00:00
Dakshitha Ratnayake
89fffd6bd6
docs:Added the keycloak migration guide with new tool ( #6642 )
...
* Added the keycloak migration guide.
* Update docs/docs/guides/migrate/sources/keycloak.md
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Update docs/docs/guides/migrate/sources/keycloak.md
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Update docs/docs/guides/migrate/sources/keycloak.md
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Update docs/docs/guides/migrate/sources/keycloak.md
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Addressed review comments
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2023-10-10 13:41:23 +03:00
Elio Bischof
377a885e79
docs: fix typos ( #6688 )
2023-10-09 15:31:16 +00:00
Miguel Cabrerizo
8c68f8ed3a
feat(console): only use one save button in SMTP Settings ( #6561 )
...
seperate smtp settings from notification providers
2023-10-09 11:14:17 +00:00
mffap
b30d8b3ff5
docs(integrate): argo cd ( #6523 )
...
* docs(integrate): argo cd
* update to latest
2023-10-09 09:35:55 +00:00
Max Peintner
d01f4d229f
fix(console): move org domains into settings page of the organization ( #6612 )
...
* fix: hide domains settings for unauthorized users
* refine sidenav object mapping
* move domains to settings
* change docs
* set anchor to list element
* remove canwrite check in ngif
---------
Co-authored-by: Miguel A. C <doncicuto@gmail.com>
2023-09-29 09:31:35 +02:00
mffap
e4af360d39
docs(legal): move feature development policy ( #6354 )
...
* docs(legal): move feature development policy
* initial policy
* fix links
* Apply suggestions from code review
2023-09-27 09:27:31 +00:00
Dakshitha Ratnayake
cf24d709f2
docs: Added the device authorization example. ( #6598 )
...
* Added the device authorization example.
* Update docs/docs/guides/solution-scenarios/device-authorization.mdx
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
* Update docs/docs/guides/solution-scenarios/device-authorization.mdx
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2023-09-22 08:21:38 +05:30
Fabi
7edc73bd5e
fix: Domains problematic ( #6564 )
...
* docs: disable validate org domains per default, and have a better label
* docs: rename to $CUSTOM-DOMAIN
* docs: translation
* docs: tranlsations
* docs: tranlsations
* docs: allow domain discovery
---------
Co-authored-by: Max Peintner <max@caos.ch>
2023-09-20 12:45:11 +02:00
Dakshitha Ratnayake
599a1ddd78
docs:change titles ( #6582 )
...
* Modified quick start guide to reflect the new onboarding changes.
* Modified titles to optimize indexing. Left thet titles in title case for now.
* Added side bar labels and also made minor changes to titles.
* Update docs/docs/apis/openidoauth/endpoints.mdx
Co-authored-by: Fabi <fabienne@zitadel.com>
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-09-19 13:50:00 +02:00
mffap
bf9afdf2d7
docs(integrate): apache 2.0 ( #6571 )
...
* docs(integrate): apache 2.0
* finalize
* Apply suggestions from code review
Co-authored-by: Livio Spring <livio.a@gmail.com>
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-09-19 07:02:55 +02:00
Fabi
3465264eef
docs: Rename secret appereance to secret generator ( #6519 )
...
* docs: secret generator
* docs: secret generator naming
* docs: rename secret appeareance to secret generator
* docs: rename secret appeareance to secret generator
* Update console/src/assets/i18n/it.json
Co-authored-by: Max Peintner <max@caos.ch>
* Update console/src/assets/i18n/es.json
Co-authored-by: Max Peintner <max@caos.ch>
* Update console/src/assets/i18n/fr.json
Co-authored-by: Max Peintner <max@caos.ch>
---------
Co-authored-by: Max Peintner <max@caos.ch>
2023-09-18 10:57:52 +02:00
Stefan Benz
3183ba22d4
fix: update saml to v0.1.2 ( #6570 )
...
* fix: update saml to v0.1.2
* docs: add optional to RelayState for SAML API
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-09-18 05:59:57 +00:00
Dishan Sivakumaran
e5083b62a6
fix: apple idp configuration ( #6575 )
...
* docs(apple-idp): remove client id and secret from documentation, as it is not needed
* fix(apple-idp): fix reading of key file by using content type of file
2023-09-18 05:39:55 +00:00
mffap
776e777cb3
docs(integrate): Google Workspace SSO ( #6517 )
...
* docs(integrate): google workspace
* first part of the guide
* second part
* remove warnings, add troubleshoot
* typo
* IDP entity ID, typos, screenshot
2023-09-15 08:08:53 +00:00
Fabi
d4ab9fb926
docs: Generic okta idp ( #6551 )
...
* docs: OKTA idp
* docs: change generic oidc provider to okta
* docs: remove old generic docs
2023-09-14 08:18:03 +00:00
mffap
66075bf788
docs(integrate): add zoho, boldbi ( #6553 )
2023-09-14 09:57:26 +02:00
Fabi
5d2295aef4
docs: add apple IDP ( #6544 )
...
* docs: add apple IDP
* docs: change image
2023-09-13 14:52:57 +00:00
Livio Spring
be81570fb5
feat(api): move resource apis to beta ( #6530 )
...
Moves UserService, SessionService, SettingsService and OIDCService to beta state. This includes gRPC and HTTP path changes.
2023-09-13 12:43:01 +00:00
PurseChicken
841b21d9cd
docs: Fix userGrant object documentation. ( #6525 )
...
Fix userGrant documentation
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-09-13 09:30:31 +00:00
Fabi
aca5de8e40
docs: add mfa login docs (u2f, totp, sms, email) ( #6456 )
...
* docs: add mfa login docs (u2f, totp)
* docs: add sms otp registration
* docs: add required in the proto docs
* docs: authenticate with sms code
* docs: authenticate with email code
* docs: fix email code part
* docs: add otp email/sms to self service
* docs: secret generator naming
* docs: fix docs
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-09-08 11:28:40 +00:00
Devaroop Bhattacharya
7f7a3e2ddd
docs: fix mention of localhost:3000 in docs ( #6506 )
...
fix mention of localhost:3000 in docs
Co-authored-by: mffap <mpa@zitadel.com>
2023-09-07 09:36:21 +00:00
Max Peintner
f7e7af0083
docs(quickstart): userinfo fetch ( #6492 )
2023-09-06 09:38:20 +00:00
Fabi
bcf99e9749
docs: add versions to technical advisory ( #6494 )
...
* docs: extend technical advisory
* docs: add version and dates
* docs: add version and dates
* fix version and date
* docs: add version and dates
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-09-05 12:53:11 +00:00
Fabi
6b6d036760
docs: extend technical advisory ( #6493 )
2023-09-05 11:40:05 +00:00
mffap
5541e0170c
docs(api): restructure overview ( #6485 )
...
* update sdks
* restructure
* resource based
* headings
* docs: add sdks
* docs: build your own login sidebar
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne@zitadel.com>
* add info
* move custom login guide inline
---------
Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-09-05 08:32:47 +02:00
Max Peintner
7d6e483393
docs: technical advisory 1002 - MDC components ( #6487 )
...
* draft console mdc component advisory
* pr
* textual change
2023-09-04 14:51:37 +02:00
Florian Forster
d49be79778
chore: replace old headline in this repository ( #6446 )
...
chore: change headline
2023-09-01 09:46:20 +00:00
Livio Spring
0d94947d3c
fix: rest path for StartIdentityProviderIntent ( #6447 )
2023-08-30 10:42:24 +02:00
Christian
f07e40c70b
chore(docs): update paths for wget downloads ( #6437 )
2023-08-29 09:56:56 +00:00
mffap
f52ab790a9
docs(integrate): Add external sso configuration guides ( #6445 )
2023-08-29 09:25:15 +00:00
Miguel Cabrerizo
fd00ac533a
feat: add reply-to header in email notification ( #6393 )
...
* feat: add reply-to header to smtp messages
* fix: grpc reply_to_address min 0 and js var name
* fix: add missing translations
* fix merge and linting
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-08-29 09:08:24 +02:00
JesseBot
9b43e28c23
docs: Update kubernetes.mdx - update cockroachdb conf.single-node
helm parameter ( #6382 )
...
Update kubernetes.mdx - update cockroachdb conf.single-node parameter
Co-authored-by: Elio Bischof <elio@zitadel.com>
2023-08-25 15:55:45 +00:00
Fabi
37c527f18e
docs: add auth header to new api docs ( #6421 )
2023-08-23 09:25:14 +02:00
Livio Spring
efcabed04f
docs: add technical advisory on allow register
( #6413 )
...
* docs: add technical advisory on `allow register`
* typos
* Update technical_advisory.mdx
2023-08-22 17:00:26 +02:00
Livio Spring
a9fb2a6e5c
fix(api): naming cleanup in user and session service ( #6379 )
...
* fix(api): rename first and last name to given and family name, intent to idp_intent, remove _ actions
* fix merge
* fully rename intent to idp intent in api
---------
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2023-08-22 10:05:45 +00:00
JesseBot
2de7c1c607
docs: Update basic-auth.mdx - add syntax highlighting to code blocks ( #6403 )
...
Signed-off-by: jessebot <jessebot@linux.com>
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-08-21 13:31:36 +00:00
mffap
76f467d925
docs(integrate): add nextcloud, cf workers ( #6395 )
2023-08-19 11:39:54 +02:00
Livio Spring
aa2d547eb2
docs: update passkey usage in session api ( #6386 )
...
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2023-08-19 06:26:51 +00:00
mffap
f5f9b39fdf
docs(oidc): device auth grant supported, typo ( #6380 )
...
doc(oidc): device auth grant supported, typo
Co-authored-by: Livio Spring <livio.a@gmail.com>
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2023-08-18 08:49:57 +00:00
Max Peintner
1b923425cd
chore(docs): downgrade react ( #6374 )
...
* chore(docs): downgrade react
* remove --no-minify
2023-08-16 08:44:16 +00:00
Stefan Benz
26b28ed2af
feat: add saml custom attribute action and translations ( #6341 )
...
* feat: add saml custom attribute action and translations
* chore: update saml dependency
* fix: apply suggestions from code review
Co-authored-by: Livio Spring <livio.a@gmail.com>
* fix: custom attribute action with variadic parameter
* docs: add customize saml response docs
* docs: update docs/docs/apis/actions/customize-samlresponse.md
Co-authored-by: Livio Spring <livio.a@gmail.com>
* docs: update docs/docs/apis/actions/customize-samlresponse.md
Co-authored-by: Livio Spring <livio.a@gmail.com>
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-08-15 15:04:45 +00:00
mffap
faf547f090
docs(guide): cloudflare zero trust ( #6345 )
2023-08-12 12:29:37 +00:00
Max Peintner
88751681d8
docs: cleanup deps ( #6313 )
...
* docs(search): add getMissingResultsUrl
* deps
* deps
* downgrade docusaurus again to 2.2.0
* fix angualar, nextjs guides
* Update docs/docusaurus.config.js
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: mffap <mpa@zitadel.com>
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-08-12 08:58:44 +00:00
Elio Bischof
6e39f85608
docs: fix helm sa admin ( #6208 )
2023-08-09 07:07:18 +00:00
mffap
605e683e29
docs: update domicile address ( #6331 )
...
update domicile address
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-08-08 09:25:35 +02:00
Fabi
fb92128b85
docs: add saml application to console guide ( #6195 )
2023-08-08 07:00:28 +00:00
Elio Bischof
7bc4aa9c76
docs: copy config options to docs ( #6143 )
...
* poc
* wip
* works
* upgrade yaml package
* need to add global comments for shifting
* wip: need index before working on comments
* green
* clean up
* test null value
* comment
* package
* delete
* convert to module
* render md table
* tests with ESM
* comments
* top level gitignore
* wip: new cases
* arrays: green
* array_test
* treat comments on map without first element
* fix some new case
* skip leaf comments
* output folder
* comment
* finish up for poc
* arrays
* create output dir
* merge main, create tables
* copy config options to docs
* cleanup
* recommend file configuration
* language
* add some explanations
* some small typo fixes
---------
Co-authored-by: mffap <mpa@zitadel.com>
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-08-07 22:32:10 +02:00
Fabi
ca13e70c92
docs: update oidc flow with new services ( #6294 )
...
* docs: oidc documentation
* docs: oidc documentation
* Update docs/docs/guides/integrate/login-ui/oidc-standard.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/oidc-standard.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/oidc-standard.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/oidc-standard.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/oidc-standard.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/oidc-standard.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update oidc-standard.mdx
* docs: fix broken links
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-08-02 14:55:19 +02:00
Dominik from Unique
4e1dcc0692
docs: describe database user credentials handling ( #6283 )
...
* feat: Add full example for helmfile + PostgreSQL
- Adds full helmfile + PostgreSQL example
- Extends production checklist for bullet about insecure credentials
- Extends database documentation to ensure secure user rotation
Refs: https://discord.com/channels/927474939156643850/927866013545025566/1133692721710772294
* chore: revert example and move to zitadel-charts
---------
Co-authored-by: Elio Bischof <elio@zitadel.com>
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-08-02 14:35:13 +02:00
Fabi
b8dbfc71b6
docs: add org scope to quickstart ( #6261 )
...
* docs: add org scope to quickstart
* docs: move org login description
2023-07-28 13:25:02 +02:00
sazzad-eu
fca925659c
docs: typo in the readme ( #6273 )
...
Update modules.md
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-07-28 13:22:32 +02:00
Elio Bischof
31ec1d83b9
feat: enable otp email and sms ( #6260 )
...
* feat: enable otp email and sms
* feat: enable otp factors in login settings
* remove tests without value
* translate second factors
* don't add new factors yet
* add comment
* add factors to docs
* backward compatible settings api
* compile tests
* add available 2fa types
* test: add mapping tests
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-07-28 07:39:30 +02:00
Livio Spring
b0dc02509b
docs: fix formatting of idp migration ( #6279 )
2023-07-27 08:01:36 +00:00
Stefan Benz
48330fc4b1
docs: correct steps for idp migration with terraform ( #6259 )
...
docs: correct steps for idp migration with terraform (#6259 )
2023-07-27 04:39:33 +00:00
Livio Spring
2fe76acd14
feat: add secret generators for OTP ( #6262 )
...
This PR adds configuration options for OTP codes through Admin API.
2023-07-26 11:00:41 +00:00
Fabi
f331a88a16
docs: remove beta state from postgreSQL ( #6245 )
2023-07-25 07:10:04 +00:00
Fabi
65f948daec
docs: add version to technical advisory ( #6263 )
2023-07-24 14:28:56 +00:00
Dakshitha Ratnayake
cedf4dda5b
docs: add guide on retrieving user roles ( #6248 )
...
* Added documenation for retrieving user roles.
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update retrieve-user-roles.md
* Update retrieve-user-roles.md
* Update docs/docs/guides/integrate/retrieve-user-roles.md
Co-authored-by: Fabi <fabienne@zitadel.com>
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-07-21 15:10:16 +02:00
Marko Heikkilä
ccc903a13e
docs: fix loadbalancing-example ( #6167 )
...
* Fix loadbalancing-example.
* Fix typo.
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-07-20 07:27:58 +00:00
daniel_michalichyn
fcc1acbf81
feat: Brazilian Portuguese internationalization ( #6185 )
...
* feat: Brazilian Portuguese internationalization
Co-authored-by: Daniel Michalichyn <daniel.henrique@st-one.io>
2023-07-20 04:40:45 +00:00
Livio Spring
fed15574f6
feat: allow to force MFA local only ( #6234 )
...
This PR adds an option to the LoginPolicy to "Force MFA for local users", so that users authenticated through an IDP must not configure (and verify) an MFA.
2023-07-20 04:06:16 +00:00
Florian Forster
1e5fd2f66e
chore: redirect api path ( #6232 )
...
* chore: redirect api path
* Update vercel.json
* Update vercel.json
* Update vercel.json
2023-07-19 00:15:41 +02:00
Miguel Cabrerizo
7b44209bfd
feat: show all available organizations when creating project grants ( #6040 )
...
* feat: show available orgs (project) grants
* feat: add e2e for project grant
* feat: add bulgarian missing translations
* feat: update docs
* fix: add @peintnermax suggested changes
---------
Co-authored-by: Max Peintner <max@caos.ch>
2023-07-18 06:45:34 +00:00
Silvan
1c354ca977
ci: improve performance ( #5953 )
...
* pipeline runs on ubuntu instead of docker
* added Makefile to build zitadel core (backend) and console (frontend)
* pipeline runs in parallel where possible
* pipeline is split into multiple jobs
* removed goreleaser
* added command to check if zitadel instance is running
2023-07-17 10:08:20 +02:00
mffap
6fcfa63f54
docs: plausible script with pageprops ( #6199 )
...
update plausible
2023-07-13 22:42:36 +02:00
Miguel Cabrerizo
0f3c33cb86
feat: show basic info start-from-init ( #6183 )
2023-07-12 20:46:50 +03:00
Stefan Benz
036bb33cb8
docs: add migrate idp docs ( #6181 )
...
* docs: add migrate idp docs
* docs: apply suggestions from code review
Co-authored-by: Fabi <fabienne@zitadel.com>
* docs: apply suggestions from code review
* Update docs/docs/guides/integrate/identity-providers/migrate.mdx
* Update docs/docs/guides/integrate/identity-providers/migrate.mdx
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-07-12 15:57:38 +02:00
Vlatko Stojkovski
a3a1e245ad
feat: i18n support for Macedonian language ( #6178 )
...
* add macedonian language to currently supported languages
* mk yaml login static with en values
* mk json assets with en values
* mk yaml notification static with en values
* add macedonian notification yaml
* mk yaml static with en values
* mk translations for login
* mk translations for internal
* macedonian translations
* - fix lint issues
2023-07-12 08:41:50 +00:00
mffap
73edcfac92
docs(legal): update address of EU representative ( #6193 )
2023-07-12 08:16:39 +00:00
Livio Spring
14b8cf4894
feat(api): add OIDC session service ( #6157 )
...
This PR starts the OIDC implementation for the API V2 including the Implicit and Code Flow.
Co-authored-by: Livio Spring <livio.a@gmail.com>
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2023-07-10 13:27:00 +00:00
Fabi
5182cb3ce3
fix: rename to given and family name ( #6152 )
...
* fix: rename to given and family name
* fix: rename to given and family name
* fix: rename to given and family name
2023-07-07 13:13:45 +00:00
Max Peintner
2068384a0e
docs(nextjs): yarn, remove redundant description ( #5764 )
...
* docs: yarn, remove redundant description
* remove pkce
* rm pkce from b2b demo
2023-07-07 07:05:36 +00:00
Elio Bischof
bb756482c7
feat: push telemetry ( #6027 )
...
* document analytics config
* rework configuration and docs
* describe HandleActiveInstances better
* describe active instances on quotas better
* only projected events are considered
* cleanup
* describe changes at runtime
* push milestones
* stop tracking events
* calculate and push 4 in 6 milestones
* reduce milestone pushed
* remove docs
* fix scheduled pseudo event projection
* push 5 in 6 milestones
* push 6 in 6 milestones
* ignore client ids
* fix text array contains
* push human readable milestone type
* statement unit tests
* improve dev and db performance
* organize imports
* cleanup
* organize imports
* test projection
* check rows.Err()
* test search query
* pass linting
* review
* test 4 milestones
* simplify milestone by instance ids query
* use type NamespacedCondition
* cleanup
* lint
* lint
* dont overwrite original error
* no opt-in in examples
* cleanup
* prerelease
* enable request headers
* make limit configurable
* review fixes
* only requeue special handlers secondly
* include integration tests
* Revert "include integration tests"
This reverts commit 96db9504ec
.
* pass reducers
* test handlers
* fix unit test
* feat: increment version
* lint
* remove prerelease
* fix integration tests
2023-07-06 08:38:13 +02:00
Fabi
fa93bb7e85
docs: add instance not found troubleshoot to self-hosting ( #6136 )
...
* docs: add instance not found troubleshoot to self-hosting
* docs: add instance not found troubleshoot to self-hosting
* docs: fix links
* docs: remove instance not found from support troubleshoot
* docs: add instance not found note on all deploy guides
2023-07-04 15:45:27 +02:00
Fabi
3fe9932cad
docs: Register Mfa guide ( #6133 )
...
* docs: register otp guide
* docs: register totp guide
* docs: list mfa
* docs: u2f mfa guide
* docs: u2f mfa guide
* docs: u2f mfa guide
2023-07-04 13:48:55 +02:00
Fabi
47c2846df2
docs: passkey graphic links ( #6132 )
2023-07-03 13:25:03 +00:00
Dakshitha Ratnayake
3f85aa014e
docs:add token introspection documentation based on blog post ( #6118 )
...
* Modifying docs to comply with Google style guide for docs.
* Removed typo.
* Added FE and BE integration with ZITADEL
* Added FE and BE integration with ZITADEL
* Added FE and BE integration with ZITADEL
* Update docs/docs/guides/solution-scenarios/frontend-calling-backend-API.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/frontend-calling-backend-API.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Addressed @mffap's question on the PR.
* Added docs for detailed explanations for token introspection.
* Update docs/docs/guides/integrate/token-introspection/basic-auth.mdx
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/sidebars.js
Co-authored-by: Fabi <fabienne@zitadel.com>
* Update docs/docs/guides/integrate/token-introspection/private-key-jwt.mdx
* Addressed @hifabienne's review comments.
* Addressed @hifabienne's review comments.
---------
Co-authored-by: Dakshitha Ratnayake <dakshitharatnayake@Dakshithas-MacBook-Pro-2.local>
Co-authored-by: mffap <mpa@zitadel.com>
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-06-30 11:50:13 +05:30
Fabi
1fddc6e002
docs: Passkey ( #6110 )
...
* docs: add docs for passkey registration and login
* docs: add docs for passkey registration and login
* docs: passkey registration
* docs: add passkey guide to sidenav
* docs: passkey guide
* docs: passkey flow
* Update docs/docs/guides/integrate/login-ui/passkey.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/login-ui/passkey.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/login-ui/passkey.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/login-ui/passkey.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/login-ui/passkey.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/login-ui/passkey.mdx
* Update docs/docs/guides/integrate/login-ui/passkey.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
* docs: passkey flow
* docs: passkey flow
* docs: passkeys
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-06-29 15:04:14 +02:00
Dakshitha Ratnayake
a0950751ae
docs: add frontend and backend API integration guide to the solution scenarios ( #6107 )
...
* Modifying docs to comply with Google style guide for docs.
* Removed typo.
* Added FE and BE integration with ZITADEL
* Added FE and BE integration with ZITADEL
* Added FE and BE integration with ZITADEL
* Update docs/docs/guides/solution-scenarios/frontend-calling-backend-API.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/frontend-calling-backend-API.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Addressed @mffap's question on the PR.
---------
Co-authored-by: Dakshitha Ratnayake <dakshitharatnayake@Dakshithas-MacBook-Pro-2.local>
Co-authored-by: mffap <mpa@zitadel.com>
2023-06-29 14:15:40 +05:30
Fabi
376d8e78b8
docs: Password reset ( #6108 )
...
* docs: add password reset to login ui guide
* docs: add password reset to login ui guide
* Update proto/zitadel/user/v2alpha/user_service.proto
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/password-reset.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/password-reset.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* Update docs/docs/guides/integrate/login-ui/password-reset.mdx
Co-authored-by: Livio Spring <livio.a@gmail.com>
* docs: replace image
* docs: replace vars in urls
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-06-28 13:52:53 +02:00
mffap
cef17b4a7a
docs(guides): Update metadata guide ( #6072 )
...
* wip new structure
* finalize
* broken link
2023-06-26 14:48:12 +02:00
Fabi
9fa3c6233e
docs: right link ( #6076 )
2023-06-23 10:16:06 +02:00
Fabi
2dd5d73f7c
docs: Build your own Login UI guide ( #6075 )
...
* docs: add guide for implementing ui with the new user/session api
* docs: add guide for implementing ui with the new user/session api
* docs: add oidc flow to login ui guide
2023-06-23 09:28:42 +02:00
Dakshitha Ratnayake
70f03ad01a
docs:Update quickstart.mdx ( #6071 )
...
Update quickstart.mdx
2023-06-22 19:35:47 +05:30
mffap
c12d94f7d4
docs(legal): add backup ( #6064 )
2023-06-21 13:09:37 +00:00
Dakshitha Ratnayake
5ab3ed466c
docs:Update quickstart.mdx ( #6056 )
...
Update quickstart.mdx
2023-06-21 17:02:53 +05:30
dian mushkov
4378eb7cb5
feat: internationalization Bulgarian ( #5998 )
...
* Feature BG init
* lint fix
* Fix merge conflict
* merge main branch add bg lang
* reference centrally defined langs
* refactor supportedLanguages
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
Co-authored-by: Elio Bischof <eliobischof@gmail.com>
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Elio Bischof <elio@zitadel.com>
2023-06-16 17:35:03 +02:00
Fabi
7b69449207
docs: Maintenance ( #5993 )
...
* docs: add maintenance
* docs: add link to maintenance from legal section
* Update docs/docs/support/software-release-cycles-support.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/software-release-cycles-support.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/software-release-cycles-support.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/software-release-cycles-support.md
Co-authored-by: mffap <mpa@zitadel.com>
* docs: add section about release types
* docs: add section about release types
* docs: add section about release types
* docs: add section about release types
* docs: add section about release types
* formatting
* Update docs/docs/support/software-release-cycles-support.md
Co-authored-by: mffap <mpa@zitadel.com>
---------
Co-authored-by: mffap <mpa@zitadel.com>
2023-06-16 08:51:25 +00:00
mffap
5b3f04e4d9
docs(self-hosting): add minimum system requirements ( #6032 )
...
* docs(self-hosting): add minimum system requirements
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-06-15 00:06:52 +02:00
mffap
0a035b6347
docs(migrate): applications ( #6001 )
...
* docs(migrate): applications
* Update docs/docs/guides/migrate/introduction.md
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-06-09 14:06:59 +00:00
mffap
f7157b65f4
docs(troubleshoot): invalid audience ( #5956 )
2023-06-06 16:11:30 +00:00
mffap
c8b0e5a6c5
docs(api): add info about key rotation and caching on /keys endpoint ( #5964 )
...
* docs(api): add more info on the /keys endpoint
* fix some headings while we're here
2023-06-02 08:29:07 +02:00
mffap
aa60de3d34
docs: fix some more broken links ( #5962 )
2023-06-01 08:46:50 +00:00
Fabi
a1ccde9815
docs: add section about subscribing to mailing list ( #5915 )
...
* docs: add section about subscribing to mailing list
* docs: change link
* Update technical_advisory.mdx
* docs: add technical advisory to readme
* Update README.md
Co-authored-by: mffap <mpa@zitadel.com>
---------
Co-authored-by: mffap <mpa@zitadel.com>
2023-06-01 10:30:30 +02:00
mffap
057ac926c8
docs(legal): Account Lockout Policy ( #5958 )
...
* typo
* docs(legal): account lockout policy
* sidebar
* remove intros
* fix broken link
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-06-01 05:07:38 +00:00
mffap
c7e0d979d4
docs: fix broken links ( #5959 )
...
* openid connect
* main
* cockroach links
2023-06-01 06:58:14 +02:00
mffap
d595177bcd
docs(integrate): move authenticate service users up ( #5928 )
2023-05-25 16:16:40 +05:30
Elio Bischof
616f064e99
docs: improve installation guide for k8s ( #5923 )
...
* docs(k8s): add port-forward command
* docs: improve k8s installation docs
* remove target port
---------
Co-authored-by: Fabi <fabienne.gerschwiler@gmail.com>
2023-05-25 10:21:35 +02:00
Fabi
0d7495b8ed
docs: remove sms from mf lists ( #5920 )
2023-05-24 12:09:01 +00:00
Dakshitha Ratnayake
e9a9d11926
docs: modify docs to comply with Google style guide for docs. ( #5911 )
...
* Modifying docs to comply with Google style guide for docs.
* Removed typo.
---------
Co-authored-by: Dakshitha Ratnayake <dakshitharatnayake@Dakshithas-MacBook-Pro-2.local>
2023-05-23 15:18:14 +05:30
Fabi
a60c9ae4f5
docs: remove beta state of postgresql ( #5652 )
...
* docs: remove beta state of postgres
* docs: release cycle, support states, postgres
* docs: release cycle, support states, postgres
* docs: postgreSQL
* Update docs/docs/concepts/architecture/software.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/concepts/architecture/solution.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/self-hosting/deploy/overview.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/self-hosting/manage/database/_postgres.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/self-hosting/manage/database/_postgres.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/self-hosting/manage/production.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/manage/cloud/support.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/support/general.md
Co-authored-by: mffap <mpa@zitadel.com>
* fix broken link
* replace generic title (search optimization)
* new version of sidebars
* fix broken links
* add back to sidebar
---------
Co-authored-by: mffap <mpa@zitadel.com>
2023-05-22 05:13:58 +00:00
Elio Bischof
9ae46fd4da
docs: add aud scope to private key token ( #5891 )
...
* docs: add aud scope to private key token
* docs: describe aud scope in private key jwt
* ensure zitadel scope is display correctly
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-05-22 06:26:56 +02:00
mffap
b6b229ed4f
docs: optimize titles for search ( #5880 )
...
* docs: optimize titles for search
* wip
* trainings
* API
* trainings
* orphaned: structure overview
* eventstore
* examples
* docs overview
* cloud
* console
* orphaned: sdks
* deploy
2023-05-22 07:50:08 +05:30
Florian Forster
f4b166a935
docs: extend client generation with buf ( #5662 )
2023-05-19 14:17:35 +00:00
mffap
bae6e20a91
docs(api): update api path ( #5876 )
2023-05-17 12:47:55 +00:00
mffap
116d11dcf7
docs(troubleshooting): WebFinger requirement for tailscale ( #5862 )
2023-05-16 11:20:53 +00:00
kotoriのねこ
a21d184790
docs(nginx): fix nginx directory, system api proto description ( #5809 )
...
Co-authored-by: Elio Bischof <elio@zitadel.com>
2023-05-15 07:23:56 +00:00
mffap
b449762aed
docs: add generated docs to gitignore ( #5827 )
2023-05-12 09:08:22 +00:00
mffap
91431cb451
docs(legal): editorial changes ( #5828 )
...
* docs(legal): editorial changes
* remove from tos
2023-05-12 10:51:17 +02:00
Stefan Benz
8d13f170e8
feat(api): new settings service ( #5775 )
...
* feat: add v2alpha policies service
* feat: add v2alpha policies service
* fix: rename of attributes and messages in v2alpha api
* fix: rename of attributes and messages in v2alpha api
* fix: linter corrections
* fix: review corrections
* fix: review corrections
* fix: review corrections
* fix: review corrections
* fix grpc
* refactor: rename to settings and more
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne.gerschwiler@gmail.com>
* add service to docs and rename legal settings
* unit tests for converters
* go mod tidy
* ensure idp name and return list details
* fix: use correct resource owner for active idps
* change query to join
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
Co-authored-by: Fabi <fabienne.gerschwiler@gmail.com>
Co-authored-by: Tim Möhlmann <tim+github@zitadel.com>
2023-05-11 09:23:40 +00:00
Elio Bischof
35a0977663
fix: improve exhausted SetCookie header ( #5789 )
...
* fix: remove access interceptor for console
* feat: template quota cookie value
* fix: send exhausted cookie from grpc-gateway
* refactor: remove ineffectual err assignments
* Update internal/api/grpc/server/gateway.go
Co-authored-by: Livio Spring <livio.a@gmail.com>
* use dynamic host header to find instance
* add instance mgmt url to environment.json
* support hosts with default ports
* fix linting
* docs: update lb example
* print access logs to stdout
* fix grpc gateway exhausted cookies
* cleanup
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-05-11 09:24:44 +02:00