-
Putting this here rather than having it unstaged
```js
import { HTTPError } from "./http.js";
import { getCookies } from "./utilities.js";
/**
* @typedef TokenService
* @property {(token: …
-
mainly affects the toProto methods in Device.
-
- [x] CORS for UI
- [x] GCS integration tests
- [x] #457
- [x] #458
- [ ] Keep Update Role or move to /rename /update-description?
- [ ] Review Logging level for charts
- [ ] Respect view metada…
-
This was probably an expected ask... will there be support for client authentication/authorization?
-
Right now our authz2 table looks like this:
```
CREATE TABLE `authz2` (
`id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`identifierType` tinyint(4) NOT NULL,
`identifierValue` varchar(2…
-
Copy data from Timescale to a new Table for Auditlog
Procedure is located here: https://github.com/Altinn/altinn-platform/issues/906
Performed in
- [x] AT21
- [x] AT22
- [x] AT23
- [x] AT24
- [x] Y…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
Check if its possible to improve the gas consumption for `canCallWithDelay`. Currently every call to this method uses ~14k gas. Since this is often done multiple times during an operation, an improvem…
-
### Description
For a `_field_caps` request with `params: {types=, ignore_unavailable=true, expand_wildcards=open, allow_no_indices=true, index=*,-.*, serverlessRequest=true, include_empty_fields=fal…
-
### What happened?
Hello, I'm following the official documentation to set up token authentication for my Chroma server. Authentication works correctly with HttpClient, but fails when using AsyncHtt…