Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
29138cd
Release bump version
cafalchio Jun 8, 2026
ed4ef69
Updated versions
cafalchio Jun 8, 2026
37052fb
Ran isort
cafalchio Jun 8, 2026
297fbbd
Updated headers, go version and lint
cafalchio Jun 8, 2026
c4ed429
chore(deps): bump marked to 18.0.5 and dompurify to 3.4.8
gandhipratik203 Jun 8, 2026
7003cd5
fix(charts): align TOKEN_EXPIRY default with config.py le=1440 constr…
madhu-mohan-jaishankar Jun 9, 2026
5017942
Merge pull request #5147 from IBM/fix/token-expiry-chart-default
cafalchio Jun 9, 2026
568d8d8
docs(changelog): add 1.0.3 release section
gandhipratik203 Jun 9, 2026
31e4444
fix: use value='' for auth type None option and fix registry grid vis…
madhu-mohan-jaishankar Jun 9, 2026
4720feb
Merge pull request #5153 from IBM/fix/playwright-auth-type-selector-a…
cafalchio Jun 9, 2026
a283264
Added CSRF_EXEMPT_PATHS
cafalchio Jun 9, 2026
650868a
ran pre-commit
cafalchio Jun 9, 2026
6eb588d
docs(changelog): refine 1.0.3 PR list
gandhipratik203 Jun 9, 2026
e837581
docs(changelog): add Known Issues (CSRF #5151) to 1.0.3
gandhipratik203 Jun 9, 2026
fb6b9ea
docs(changelog): correct 1.0.3 title and date
gandhipratik203 Jun 9, 2026
e4cdbdc
Merge pull request #5148 from IBM/chore/changelog-v1.0.3
cafalchio Jun 10, 2026
9bf68bc
chore: bump version to 1.0.3
cafalchio Jun 10, 2026
e66c9a4
Update to update the roadmap to be accurate reflection of our currnt …
brian-hussey Jun 10, 2026
11d14a7
Merge pull request #5160 from IBM/bh/update_doc
cafalchio Jun 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = False
tag = False
sign-tags = True
Expand Down
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CSRF_ROTATE_ON_LOGIN=true
CSRF_TRUSTED_ORIGINS=["http://localhost:4444","http://localhost:8080"]

# Paths exempt from CSRF protection (JSON array)
CSRF_EXEMPT_PATHS=["/health","/auth/login","/auth/logout","/auth/refresh","/auth/email/login","/auth/email/register","/auth/email/forgot-password","/auth/email/reset-password","/admin","/oauth/fetch-tools","/docs","/redoc","/openapi.json","/metrics","/mcp/","/sse","/message"]
CSRF_EXEMPT_PATHS=["/health","/auth/login","/auth/logout","/auth/refresh","/auth/email/login","/auth/email/register","/auth/email/forgot-password","/auth/email/reset-password","/admin","/oauth/fetch-tools","/docs","/redoc","/openapi.json","/metrics","/mcp/","/sse","/message","/admin/login","/admin/forgot-password","/admin/reset-password","/rpc","/tokens","/teams/","/llmchat/","/toolops/","/api/metrics/","/api/logs/"]

# Bootstrap admin credentials (email auth)
# PRODUCTION: Change these values
Expand Down
Loading
Loading