You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support include ims credentials annotation (#5)
* feat: support ims compatible api params
* fix: cache key, imsEnv input and validation as first step
* fix: scopes must be an array
* chore: tests
* feat: read from include-ims-credentials
* detect stage namespace and default to stage ims env
* fix: stage ims (+ chore: test re-org)
* fixes and cleanups
* readme update
* fix AI generated garbage test file
* another round of fixing AI generated tests
* readme precisions
Note: The token is cached in the Runtime's container memory, a single Runtime action can run in multiple containers.
57
+
Note: The token is cached for 5 minutes in the Runtime's container memory. A single Runtime action can run in multiple containers, meaning the cache is not shared across actions.
54
58
55
59
### Invalidating the Token Cache in a Runtime action
0 commit comments