Skip to content

build(deps): bump jsonwebtoken from 9.3.1 to 10.3.0 in the cargo group across 1 directory#1040

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-faef625f8c
Closed

build(deps): bump jsonwebtoken from 9.3.1 to 10.3.0 in the cargo group across 1 directory#1040
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-faef625f8c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 1 update in the / directory: jsonwebtoken.

Updates jsonwebtoken from 9.3.1 to 10.3.0

Changelog

Sourced from jsonwebtoken's changelog.

10.3.0 (2026-01-27)

  • Export everything needed to define your own CryptoProvider
  • Fix type confusion with exp/nbf when not required

10.2.0 (2025-11-06)

  • Remove Clone bound from decode functions

10.1.0 (2025-10-18)

  • add dangerous::insecure_decode
  • Implement TryFrom &Jwk for DecodingKey

10.0.0 (2025-09-29)

  • BREAKING: now using traits for crypto backends, you have to choose between aws_lc_rs and rust_crypto
  • Add Clone bound to decode
  • Support decoding byte slices
  • Support JWS
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 1 update in the / directory: [jsonwebtoken](https://github.com/Keats/jsonwebtoken).


Updates `jsonwebtoken` from 9.3.1 to 10.3.0
- [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](Keats/jsonwebtoken@v9.3.1...v10.3.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-version: 10.3.0
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 16, 2026
@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

❌ 3 Tests Failed:

Tests completed Failed Passed Skipped
111 3 108 8
View the top 3 failed test(s) by shortest run time
goauthentik.io/platform/e2e::Test_Auth_IdentityAgent/ssh_ak_whoami
Stack Traces | 0.18s run time
=== RUN   Test_Auth_IdentityAgent/ssh_ak_whoami
    utils.go:300: Running command 'sh -c ssh -o StrictHostKeyChecking=no -o IdentityAgent=~/..../share/authentik/agent-ssh.sock -o ForwardAgent=yes akadmin@$(hostname) ak whoami'...
    utils.go:300: Error code: 255
    utils.go:300: Command output: 'Permission denied, please try again.
        Permission denied, please try again.
        akadmin@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768: Permission denied (publickey,password).
        '
    utils.go:300: 
        	Error Trace:	.../platform/e2e/utils.go:204
        	            				.../platform/e2e/utils.go:300
        	Error:      	Not equal: 
        	            	expected: 0
        	            	actual  : 255
        	Test:       	Test_Auth_IdentityAgent/ssh_ak_whoami
        	Messages:   	Permission denied, please try again.
        	            	Permission denied, please try again.
        	            	akadmin@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768: Permission denied (publickey,password).
    --- FAIL: Test_Auth_IdentityAgent/ssh_ak_whoami (0.18s)
goauthentik.io/platform/e2e::Test_Auth_IdentityAgent/ssh_env
Stack Traces | 0.3s run time
=== RUN   Test_Auth_IdentityAgent/ssh_env
    utils.go:300: Running command 'sh -c ssh -o StrictHostKeyChecking=no -o IdentityAgent=~/..../share/authentik/agent-ssh.sock -o ForwardAgent=yes akadmin@$(hostname) env'...
    utils.go:300: Error code: 255
    utils.go:300: Command output: 'Warning: Permanently added 'test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768' (ED25519) to the list of known hosts.
        Permission denied, please try again.
        Permission denied, please try again.
        akadmin@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768: Permission denied (publickey,password).
        '
    utils.go:300: 
        	Error Trace:	.../platform/e2e/utils.go:204
        	            				.../platform/e2e/utils.go:300
        	Error:      	Not equal: 
        	            	expected: 0
        	            	actual  : 255
        	Test:       	Test_Auth_IdentityAgent/ssh_env
        	Messages:   	Warning: Permanently added 'test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768' (ED25519) to the list of known hosts.
        	            	Permission denied, please try again.
        	            	Permission denied, please try again.
        	            	akadmin@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768: Permission denied (publickey,password).
    utils.go:302: 
        	Error Trace:	.../platform/e2e/utils.go:302
        	Error:      	"Warning: Permanently added 'test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768' (ED25519) to the list of known hosts.\r\nPermission denied, please try again.\r\nPermission denied, please try again.\r\nakadmin@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768: Permission denied (publickey,password).\r\n" does not contain "SSH_CONNECTION"
        	Test:       	Test_Auth_IdentityAgent/ssh_env
    --- FAIL: Test_Auth_IdentityAgent/ssh_env (0.30s)
goauthentik.io/platform/e2e::Test_Auth_IdentityAgent
Stack Traces | 34.8s run time
=== RUN   Test_Auth_IdentityAgent
    auth_test.go:20: host coverage dir: '.../platform/e2e/coverage'
    auth_test.go:20: local coverage dir: '.../platform/e2e/coverage'
2026/06/16 23:42:09 🐳 Creating container for image xghcr.io/goauthentik/platform-e2e:local
2026/06/16 23:42:09 ✅ Container created: c1186c9de106
2026/06/16 23:42:09 🐳 Starting container: c1186c9de106
2026/06/16 23:42:09 ✅ Container started: c1186c9de106
2026/06/16 23:42:09 ⏳ Waiting for container id c1186c9de106 image: xghcr.io/goauthentik/platform-e2e:local. Waiting for: exec command "....../usr/bin/ak-sysd" with 1 argument
    utils.go:316: testMachine: Creating SSH2 RSA key; this may take some time ...
    utils.go:316: testMachine: 3072 SHA256:TZ3S0wWKTQSMqZPNoDZPCyGMZTmhsSD91mYLFqBo8gE root@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 (RSA)
    utils.go:316: testMachine: Creating SSH2 ECDSA key; this may take some time ...
    utils.go:316: testMachine: 256 SHA256:Pv7nCP6ujoy0TAL48Bov/sTyNvE2gGEqYQXhCfsxpsc root@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 (ECDSA)
    utils.go:316: testMachine: Creating SSH2 ED25519 key; this may take some time ...
    utils.go:316: testMachine: 256 SHA256:/tkTD/MgEx+NN0+GCD6GW52uwPcjdMchrHpVBYhxHms root@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 (ED25519)
    utils.go:316: testMachine: invoke-rc.d: could not determine current runlevel
    utils.go:316: testMachine: invoke-rc.d: policy-rc.d denied execution of restart.
2026/06/16 23:42:11 🔔 Container is ready: c1186c9de106
2026/06/16 23:42:11 🐳 Starting container: c1186c9de106
2026/06/16 23:42:11 ✅ Container started: c1186c9de106
2026/06/16 23:42:11 ⏳ Waiting for container id c1186c9de106 image: xghcr.io/goauthentik/platform-e2e:local. Waiting for: exec command "....../usr/bin/ak-sysd" with 1 argument
    utils.go:316: testMachine: Creating SSH2 RSA key; this may take some time ...
    utils.go:316: testMachine: 3072 SHA256:TZ3S0wWKTQSMqZPNoDZPCyGMZTmhsSD91mYLFqBo8gE root@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 (RSA)
    utils.go:316: testMachine: Creating SSH2 ECDSA key; this may take some time ...
    utils.go:316: testMachine: 256 SHA256:Pv7nCP6ujoy0TAL48Bov/sTyNvE2gGEqYQXhCfsxpsc root@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 (ECDSA)
    utils.go:316: testMachine: Creating SSH2 ED25519 key; this may take some time ...
    utils.go:316: testMachine: 256 SHA256:/tkTD/MgEx+NN0+GCD6GW52uwPcjdMchrHpVBYhxHms root@test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 (ED25519)
    utils.go:316: testMachine: invoke-rc.d: could not determine current runlevel
    utils.go:316: testMachine: invoke-rc.d: policy-rc.d denied execution of restart.
2026/06/16 23:42:11 🔔 Container is ready: c1186c9de106
    auth_test.go:23: Running command 'sh -c ak-sysd domains join ak -a http://host.docker.internal:9000'...
    auth_test.go:23: Error code: 0
    auth_test.go:23: Command output: ''
    utils.go:151: Running command 'sh -c getent passwd'...
    utils.go:151: Error code: 0
    utils.go:151: Command output: 'root:x:0:0:root:/root:/bin/bash
        daemon:x:1:1:daemon:/usr/sbin:........................................................./usr/sbin/nologin
        bin:x:2:2:bin:/bin:........................................................./usr/sbin/nologin
        sys:x:3:3:sys:/dev:........................................................./usr/sbin/nologin
        sync:x:4:65534:sync:/bin:/bin/sync
        games:x:5:60:games:/usr/games:........................................................./usr/sbin/nologin
        man:x:6:12:man:.../var/cache/man:........................................................./usr/sbin/nologin
        lp:x:7:7:lp:.../var/spool/lpd:........................................................./usr/sbin/nologin
        mail:x:8:8:mail:/var/mail:........................................................./usr/sbin/nologin
        news:x:9:9:news:.../var/spool/news:........................................................./usr/sbin/nologin
        uucp:x:10:10:uucp:.../var/spool/uucp:........................................................./usr/sbin/nologin
        proxy:x:13:13:proxy:/bin:........................................................./usr/sbin/nologin
        www-data:x:33:33:www-data:/var/www:........................................................./usr/sbin/nologin
        backup:x:34:34:backup:/var/backups:........................................................./usr/sbin/nologin
        list:x:38:38:Mailing List Manager:/var/list:........................................................./usr/sbin/nologin
        irc:x:39:39:ircd:/run/ircd:........................................................./usr/sbin/nologin
        _apt:x:42:65534::/nonexistent:........................................................./usr/sbin/nologin
        nobody:x:65534:65534:nobody:/nonexistent:........................................................./usr/sbin/nologin
        ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/bash
        syslog:x:100:101::/nonexistent:........................................................./usr/sbin/nologin
        systemd-network:x:998:998:systemd Network Management:/:........................................................./usr/sbin/nologin
        sshd:x:101:65534::/run/sshd:........................................................./usr/sbin/nologin
        ak-outpost-4830fc08e96d4cc4a55a9d39821c90c5:x:1002:1002:Outpost authentik Embedded Outpost Service-Account:/home/ak-outpost-4830fc08e96d4cc4a55a9d39821c90c5:/bin/bash
        akadmin:x:1004:1004:authentik Default Admin:/home/akadmin:/bin/bash
        '
    utils.go:154: Running command 'sh -c getent passwd akadmin'...
    utils.go:154: Error code: 0
    utils.go:154: Command output: 'akadmin:x:1004:1004:authentik Default Admin:/home/akadmin:/bin/bash
        '
    utils.go:65: Got challenge: map[component:ak-stage-identification]
    utils.go:65: Got response: map[component:ak-stage-password]
    utils.go:65: Got response: map[component:xak-flow-redirect]
    utils.go:100: Got challenge: map[component:ak-provider-oauth2-device-code-finish]
    utils.go:114: Running command 'sh -c ak config setup -a http://host.docker.internal:9000'...
    utils.go:114: Error code: 0
    utils.go:114: Command output: ''
    utils.go:146: Removing hosts
    utils.go:146: Deleted 1 devices
    utils.go:279: Running command 'sh -c journalctl -u ak-sysd'...
    utils.go:279: Error code: 0
    utils.go:279: Command output: 'Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 systemd[1]: Started ak-sysd.service - authentik sysd.
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Opening db file (.../lib/authentik/sysd-state.db) with mode -rw------- and with options: {Timeout: 1s, NoGrowSync: false, NoFreelistSync: false, PreLoadFreelist: false, FreelistType: , ReadOnly: false, MmapFlags: 0, InitialMmapSize: 0, PageSize: 0, NoSync: false, OpenFile: 0x0, Mlock: false, Logger: 0x1e6044d9ee00}" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Opening bbolt db (.../lib/authentik/sysd-state.db) successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Loading domains..." logger=storage.config
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Registering component" logger=component.session pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"session\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"session\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 2" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 2 successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Registering component" logger=component.ctrl pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"ctrl\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"ctrl\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 3" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 3 successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Registering component" logger=component.agent_starter pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"agent_starter\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"agent_starter\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 4" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 4 successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Registering component" logger=component.auth pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"auth\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"auth\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 5" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 5 successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Registering component" logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"device\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"device\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 6" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 6 successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Registering component" logger=component.directory pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"directory\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"directory\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 7" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 7 successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Registering component" logger=component.ping pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"component\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"ping\"" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"ping\" successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 8" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 8 successfully" logger=storage.state
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting domain healthcheck" logger=sysd pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting component" component=session logger=sysd pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting component" component=ctrl logger=sysd pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting component" component=agent_starter logger=sysd pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting component" component=auth logger=sysd pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting component" component=device logger=sysd pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting component" component=directory logger=sysd pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting component" component=ping logger=sysd pid=267 target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="System agent listening on socket" logger=sysd path=.../run/authentik/sys-ctrl.sock pid=267 srv=ctrl target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="System agent listening on socket" logger=sysd path=.../run/authentik/sys.sock pid=267 srv=default target=ak-sysd
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="dispatching event" logger=sysd pid=267 target=ak-sysd topic=sysd.lifecycle.started
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=desktop.IsUserLoggedInGui error="get login user: no user session found" logger=component.agent_starter pid=267 target=ak-sysd
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="started call" grpc.component=server grpc.method=Ping grpc.method_type=unary grpc.service=ping.Ping grpc.start_time="2026-06-16T23:42:11Z" grpc.time_ms=0.007 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="finished call" grpc.code=OK grpc.component=server grpc.method=Ping grpc.method_type=unary grpc.service=ping.Ping grpc.start_time="2026-06-16T23:42:11Z" grpc.time_ms=0.118 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="started call" grpc.component=server grpc.method=Ping grpc.method_type=unary grpc.service=ping.Ping grpc.start_time="2026-06-16T23:42:11Z" grpc.time_ms=0.017 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="finished call" grpc.code=OK grpc.component=server grpc.method=Ping grpc.method_type=unary grpc.service=ping.Ping grpc.start_time="2026-06-16T23:42:11Z" grpc.time_ms=0.132 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="started call" grpc.component=server grpc.method=DomainEnroll grpc.method_type=unary grpc.service=sys_ctrl.SystemCtrl grpc.start_time="2026-06-16T23:42:11Z" grpc.time_ms=0.008 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg=Enrolling... domain=ak logger=storage.config
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... domain=ak logger=storage.config
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... domain=ak logger=storage.config
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Loading domains..." logger=storage.config
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="loaded domain" domain=ak logger=storage.config
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: false]" logger=storage.state
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: false] successfully" logger=storage.state
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=warning msg="failed to get cached config" error="bucket 'ak' does not exist in path '/authentik_v1/ak'" logger=storage.config
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true]" logger=storage.state
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting a new transaction [writable: true] successfully" logger=storage.state
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\"" logger=storage.state
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"authentik_v1\" successfully" logger=storage.state
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"ak\"" logger=storage.state
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Creating bucket if not exist \"ak\" successfully" logger=storage.state
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="fetched remote config" cap="[can_save_media can_save_reports can_asn can_geo_ip can_impersonate is_enterprise]" device_id=9e928f23-4660-4e11-ac39-eadec025b300 logger=storage.config
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Putting key \"config\"" logger=storage.state
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Putting key \"config\" successfully" logger=storage.state
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Putting key \"brand\"" logger=storage.state
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Putting key \"brand\" successfully" logger=storage.state
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Putting key \"config_last_updated\"" logger=storage.state
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Putting key \"config_last_updated\" successfully" logger=storage.state
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 9" logger=storage.state
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Committing transaction 9 successfully" logger=storage.state
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Checking for managed domains..." logger=storage.config
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="dispatching event" id=ctrl logger=sysd pid=267 target=ak-sysd topic=config.changed
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="dispatching event" logger=sysd pid=267 target=ak-sysd topic=config.changed
        Jun 16 23:42:12 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:16 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting initial user/group fetch" logger=component.directory pid=267 target=ak-sysd
        Jun 16 23:42:16 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="dispatching event" id=directory logger=sysd pid=267 target=ak-sysd topic=sysd.directory.fetched
        Jun 16 23:42:16 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="dispatching event" logger=sysd pid=267 target=ak-sysd topic=sysd.directory.fetched
        Jun 16 23:42:16 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=267 target=ak-sysd
        Jun 16 23:42:16 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Handling config event" ev=config.changed logger=sysd pid=267 target=ak-sysd
        Jun 16 23:42:16 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="starting checkin" logrus_error="can not add field \"interval_s\"" logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:16 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=desktop.IsUserLoggedInGui error="get login user: no user session found" logger=component.agent_starter pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting facts gathering..." logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=vendor logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=disk logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=hardware logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=network logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=os logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=process logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=user logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=group logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Finished facts gathering" logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:25 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting initial user/group fetch" logger=component.directory pid=267 target=ak-sysd
        Jun 16 23:42:25 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="dispatching event" id=directory logger=sysd pid=267 target=ak-sysd topic=sysd.directory.fetched
        Jun 16 23:42:25 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="dispatching event" logger=sysd pid=267 target=ak-sysd topic=sysd.directory.fetched
        Jun 16 23:42:25 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting facts gathering..." logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=vendor logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=disk logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=hardware logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=network logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=os logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=process logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=user logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=group logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Finished facts gathering" logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="finished call" grpc.code=OK grpc.component=server grpc.method=DomainEnroll grpc.method_type=unary grpc.service=sys_ctrl.SystemCtrl grpc.start_time="2026-06-16T23:42:11Z" grpc.time_ms=15673.4 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="started call" grpc.component=server grpc.method=ListUsers grpc.method_type=unary grpc.service=sys_directory.SystemDirectory grpc.start_time="2026-06-16T23:42:26Z" grpc.time_ms=0.018 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="finished call" grpc.code=OK grpc.component=server grpc.method=ListUsers grpc.method_type=unary grpc.service=sys_directory.SystemDirectory grpc.start_time="2026-06-16T23:42:26Z" grpc.time_ms=0.105 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="started call" grpc.component=server grpc.method=GetUser grpc.method_type=unary grpc.service=sys_directory.SystemDirectory grpc.start_time="2026-06-16T23:42:26Z" grpc.time_ms=0.016 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="finished call" grpc.code=OK grpc.component=server grpc.method=GetUser grpc.method_type=unary grpc.service=sys_directory.SystemDirectory grpc.start_time="2026-06-16T23:42:26Z" grpc.time_ms=0.08 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Starting facts gathering..." logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=vendor logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=disk logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=hardware logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=network logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=os logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=process logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=user logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg=Gathering... area=group logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="Finished facts gathering" logger=component.device pid=267 target=ak-sysd
        Jun 16 23:42:30 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Starting initial user/group fetch" logger=component.directory pid=267 target=ak-sysd
        Jun 16 23:42:31 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="dispatching event" id=directory logger=sysd pid=267 target=ak-sysd topic=sysd.directory.fetched
        Jun 16 23:42:31 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=debug msg="dispatching event" logger=sysd pid=267 target=ak-sysd topic=sysd.directory.fetched
        Jun 16 23:42:31 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="Finished initial user/group fetch" logger=component.directory next=30m0s pid=267 target=ak-sysd
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="started call" grpc.component=server grpc.method=GetUser grpc.method_type=unary grpc.service=sys_directory.SystemDirectory grpc.start_time="2026-06-16T23:42:33Z" grpc.time_ms=0.011 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="finished call" grpc.code=OK grpc.component=server grpc.method=GetUser grpc.method_type=unary grpc.service=sys_directory.SystemDirectory grpc.start_time="2026-06-16T23:42:33Z" grpc.time_ms=0.109 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="started call" grpc.component=server grpc.method=GetUser grpc.method_type=unary grpc.service=sys_directory.SystemDirectory grpc.start_time="2026-06-16T23:42:34Z" grpc.time_ms=0.011 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-sysd[267]: level=info msg="finished call" grpc.code=OK grpc.component=server grpc.method=GetUser grpc.method_type=unary grpc.service=sys_directory.SystemDirectory grpc.start_time="2026-06-16T23:42:34Z" grpc.time_ms=0.1 logger=sysd peer.address=@ pid=267 protocol=grpc target=ak-sysd
        '
    utils.go:280: Running command 'sh -c journalctl -u ak-agent'...
    utils.go:280: Error code: 0
    utils.go:280: Command output: 'Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 systemd[1]: Started ak-agent.service - authentik Agent.
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: setting the default credential store to Store { vendor: "Linux keyutils, https://crates.io/crates/linux-keyutils-keyring-store", id: "Crate version 1.0.0, Instantiated at 1781653330.979396", delimiters: ["keyring:", "@", ""], service_no_divider: false }
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Config file path: /root/.config/authentik/config.json
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Creating parent config dir: /root/.config/authentik
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Loading config
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: File not found, loading defaults
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Starting config watch
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: registering event source with poller: token=Token(0), interests=READABLE
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: adding inotify watch: /root/.config/authentik
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: registering event source with poller: token=Token(3169448624512), interests=READABLE | WRITABLE
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Starting socket on /root/.local....../share/authentik/agent.sock
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: registering event source with poller: token=Token(3169449148800), interests=READABLE | WRITABLE
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Starting socket on /root/.local.../share/authentik/agent-ssh.sock
        Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Listening; socket = ListenerStream
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: registering event source with poller: token=Token(3169450525056), interests=READABLE | WRITABLE
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Extracted peer creds: PeerCreds(ucred { pid: 399, uid: 0, gid: 0 })
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: started call: /agent_ctrl.AgentCtrl/Setup
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: creating entry with service io.goauthentik.agent.access_token, user default, and mods {}
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: create entry wrapping Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: created entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: set password for entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: creating entry with service io.goauthentik.agent.refresh_token, user default, and mods {}
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: create entry wrapping Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: created entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: set password for entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: saving config
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: inotify event: Event { wd: WatchDescriptor { id: 1, fd: (Weak) }, mask: EventMask(CREATE), cookie: 0, name: Some("config.json") }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: inotify event: Event { wd: WatchDescriptor { id: 1, fd: (Weak) }, mask: EventMask(OPEN), cookie: 0, name: Some("config.json") }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: config file update
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: inotify event: Event { wd: WatchDescriptor { id: 1, fd: (Weak) }, mask: EventMask(MODIFY), cookie: 0, name: Some("config.json") }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Loading config
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: adding profile 'default'
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Getting access token for profile: default
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: creating entry with service io.goauthentik.agent.access_token, user default, and mods {}
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: create entry wrapping Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: created entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: get password from entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Getting refresh token for profile: default
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: creating entry with service io.goauthentik.agent.refresh_token, user default, and mods {}
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: create entry wrapping Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: created entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: get password from entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: inotify event: Event { wd: WatchDescriptor { id: 1, fd: (Weak) }, mask: EventMask(OPEN), cookie: 0, name: Some("config.json") }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: inotify event: Event { wd: WatchDescriptor { id: 1, fd: (Weak) }, mask: EventMask(MODIFY), cookie: 0, name: Some("config.json") }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: inotify event: Event { wd: WatchDescriptor { id: 1, fd: (Weak) }, mask: EventMask(CLOSE_WRITE), cookie: 0, name: Some("config.json") }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: config file update
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Loading config
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: inotify event: Event { wd: WatchDescriptor { id: 1, fd: (Weak) }, mask: EventMask(OPEN), cookie: 0, name: Some("config.json") }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Getting access token for profile: default
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: creating entry with service io.goauthentik.agent.access_token, user default, and mods {}
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: create entry wrapping Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: created entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: get password from entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Getting refresh token for profile: default
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: creating entry with service io.goauthentik.agent.refresh_token, user default, and mods {}
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: create entry wrapping Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: created entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: get password from entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: config file update
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Loading config
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: inotify event: Event { wd: WatchDescriptor { id: 1, fd: (Weak) }, mask: EventMask(OPEN), cookie: 0, name: Some("config.json") }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Getting access token for profile: default
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: creating entry with service io.goauthentik.agent.access_token, user default, and mods {}
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: create entry wrapping Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: created entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: get password from entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.access_token", specifiers: Some(("io.goauthentik.agent.access_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Getting refresh token for profile: default
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: creating entry with service io.goauthentik.agent.refresh_token, user default, and mods {}
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: create entry wrapping Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: created entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: get password from entry Cred { session: KeyRing { id: KeySerialId(68994745) }, persistent: Some(KeyRing { id: KeySerialId(69726914) }), description: "keyring:default@io.goauthentik.agent.refresh_token", specifiers: Some(("io.goauthentik.agent.refresh_token", "default")) }
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Loaded 121 CA root certificates from the system
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: starting new connection 'Some("host.docker.internal")'
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: registering event source with poller: token=Token(3169450525824), interests=READABLE | WRITABLE
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: shouldn't retry!
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: setup new profile default
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: finished call, took 301.414179ms
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: deregistering event source from poller
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: thread 'tokio-rt-worker' (278) panicked at .../registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-10.3..../src/crypto/mod.rs:125:42:
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Could not automatically determine the process-level CryptoProvider from jsonwebtoken crate features.
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Call CryptoProvider::install_default() before this point to select a provider manually, or make sure exactly one of the 'rust_crypto' and 'aws_lc_rs' features is enabled.
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: See the documentation of the CryptoProvider type for more information.
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: deregistering event source from poller
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: registering event source with poller: token=Token(3169447772800), interests=READABLE | WRITABLE
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Extracted peer creds: PeerCreds(ucred { pid: 412, uid: 0, gid: 0 })
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Request: Extension(Extension { name: "session-bind@openssh.com", details: Unparsed([0, 0, 0, 51, 0, 0, 0, 11, 115, 115, 104, 45, 101, 100, 50, 53, 53, 49, 57, 0, 0, 0, 32, 79, 178, 151, 31, 35, 21, 254, 253, 104, 9, 254, 241, 28, 221, 250, 103, 244, 84, 198, 147, 220, 208, 130, 107, 254, 27, 16, 190, 251, 224, 114, 104, 0, 0, 0, 64, 190, 156, 192, 147, 190, 1, 52, 3, 182, 166, 201, 33, 67, 231, 70, 247, 108, 94, 18, 227, 186, 184, 70, 110, 16, 138, 42, 250, 163, 219, 91, 68, 249, 128, 59, 12, 53, 202, 189, 101, 4, 39, 199, 125, 141, 125, 229, 159, 196, 129, 156, 235, 13, 174, 170, 63, 69, 112, 186, 56, 224, 121, 244, 78, 0, 0, 0, 83, 0, 0, 0, 11, 115, 115, 104, 45, 101, 100, 50, 53, 53, 49, 57, 0, 0, 0, 64, 103, 128, 251, 112, 114, 71, 99, 24, 238, 79, 220, 30, 27, 17, 116, 231, 215, 228, 170, 240, 54, 28, 248, 158, 178, 106, 134, 69, 145, 125, 252, 72, 85, 25, 121, 122, 184, 203, 112, 78, 63, 179, 6, 102, 217, 166, 2, 240, 209, 227, 191, 101, 138, 234, 179, 250, 31, 7, 30, 44, 224, 50, 87, 12, 0]) })
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: ssh-agent: extension(session-bind@openssh.com)
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: thread 'tokio-rt-worker' (276) panicked at .../registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-10.3..../src/crypto/mod.rs:125:42:
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Could not automatically determine the process-level CryptoProvider from jsonwebtoken crate features.
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Call CryptoProvider::install_default() before this point to select a provider manually, or make sure exactly one of the 'rust_crypto' and 'aws_lc_rs' features is enabled.
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: See the documentation of the CryptoProvider type for more information.
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: ssh-agent: session-bind: host_key=ssh-ed25519, forwarding=false
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Response: Success
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Request: RequestIdentities
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: ssh-agent: request_identities()
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: deregistering event source from poller
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: registering event source with poller: token=Token(3169447773056), interests=READABLE | WRITABLE
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Extracted peer creds: PeerCreds(ucred { pid: 422, uid: 0, gid: 0 })
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Request: Extension(Extension { name: "session-bind@openssh.com", details: Unparsed([0, 0, 0, 51, 0, 0, 0, 11, 115, 115, 104, 45, 101, 100, 50, 53, 53, 49, 57, 0, 0, 0, 32, 79, 178, 151, 31, 35, 21, 254, 253, 104, 9, 254, 241, 28, 221, 250, 103, 244, 84, 198, 147, 220, 208, 130, 107, 254, 27, 16, 190, 251, 224, 114, 104, 0, 0, 0, 64, 228, 128, 3, 194, 139, 67, 241, 249, 170, 63, 254, 32, 156, 194, 130, 136, 173, 250, 90, 213, 253, 28, 115, 3, 34, 93, 21, 198, 79, 204, 229, 109, 54, 118, 148, 240, 71, 8, 12, 85, 220, 72, 96, 130, 37, 135, 76, 177, 51, 124, 161, 83, 53, 194, 197, 88, 245, 236, 140, 131, 69, 50, 127, 53, 0, 0, 0, 83, 0, 0, 0, 11, 115, 115, 104, 45, 101, 100, 50, 53, 53, 49, 57, 0, 0, 0, 64, 253, 244, 205, 82, 118, 30, 57, 224, 197, 130, 75, 93, 170, 45, 78, 123, 157, 167, 188, 179, 207, 93, 127, 144, 221, 231, 248, 32, 114, 20, 211, 167, 32, 35, 224, 171, 250, 251, 142, 19, 175, 60, 6, 231, 77, 111, 213, 248, 218, 60, 210, 103, 231, 59, 7, 209, 84, 164, 141, 145, 162, 38, 50, 1, 0]) })
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: ssh-agent: extension(session-bind@openssh.com)
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: ssh-agent: session-bind: host_key=ssh-ed25519, forwarding=false
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Response: Success
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Request: RequestIdentities
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: ssh-agent: request_identities()
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: thread 'tokio-rt-worker' (276) panicked at .../registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-10.3..../src/crypto/mod.rs:125:42:
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Could not automatically determine the process-level CryptoProvider from jsonwebtoken crate features.
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: Call CryptoProvider::install_default() before this point to select a provider manually, or make sure exactly one of the 'rust_crypto' and 'aws_lc_rs' features is enabled.
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: See the documentation of the CryptoProvider type for more information.
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 ak-agent[266]: deregistering event source from poller
        '
    utils.go:281: Running command 'sh -c journalctl -u ssh'...
    utils.go:281: Error code: 0
    utils.go:281: Command output: 'Jun 16 23:42:10 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 systemd[1]: Starting ssh.service - OpenBSD Secure Shell server...
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[294]: Server listening on 0.0.0.0 port 22.
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[294]: Server listening on :: port 22.
        Jun 16 23:42:11 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 systemd[1]: Started ssh.service - OpenBSD Secure Shell server.
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[344]: Connection closed by ::1 port 46882 [preauth]
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[345]: Connection closed by ::1 port 46890 [preauth]
        Jun 16 23:42:18 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[348]: Unable to negotiate with ::1 port 46922: no matching host key type found. Their offer: sk-ssh-ed25519@openssh.com [preauth]
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[357]: Connection closed by ::1 port 43896 [preauth]
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[356]: Connection closed by ::1 port 43886 [preauth]
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[358]: Connection closed by ::1 port 43898 [preauth]
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[359]: Unable to negotiate with ::1 port 43912: no matching host key type found. Their offer: sk-ecdsa-sha2-nistp256@openssh.com [preauth]
        Jun 16 23:42:26 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[360]: Unable to negotiate with ::1 port 43918: no matching host key type found. Their offer: sk-ssh-ed25519@openssh.com [preauth]
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[382]: Connection closed by ::1 port 43924 [preauth]
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[383]: Connection closed by ::1 port 43940 [preauth]
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[384]: Connection closed by ::1 port 43954 [preauth]
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[385]: Unable to negotiate with ::1 port 43958: no matching host key type found. Their offer: sk-ecdsa-sha2-nistp256@openssh.com [preauth]
        Jun 16 23:42:29 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[386]: Unable to negotiate with ::1 port 43974: no matching host key type found. Their offer: sk-ssh-ed25519@openssh.com [preauth]
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 libpam-authentik[413]: ctor, pid: 413, ppid: 294, uid/gid: 0:0, euid/egid: 0:0
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[413]: Failed password for akadmin from 172.17.0.3 port 34862 ssh2
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[413]: Failed password for akadmin from 172.17.0.3 port 34862 ssh2
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[413]: Connection closed by authenticating user akadmin 172.17.0.3 port 34862 [preauth]
        Jun 16 23:42:33 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 libpam-authentik[413]: dtor, pid: 413, ppid: 294, uid/gid: 0:0, euid/egid: 0:0
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 libpam-authentik[423]: ctor, pid: 423, ppid: 294, uid/gid: 0:0, euid/egid: 0:0
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[423]: Failed password for akadmin from 172.17.0.3 port 34870 ssh2
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[423]: Failed password for akadmin from 172.17.0.3 port 34870 ssh2
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 sshd[423]: Connection closed by authenticating user akadmin 172.17.0.3 port 34870 [preauth]
        Jun 16 23:42:34 test-machine-23e66b9e-31f6-48f1-85a7-0685dc104768 libpam-authentik[423]: dtor, pid: 423, ppid: 294, uid/gid: 0:0, euid/egid: 0:0
        '
    utils.go:282: Running command 'sh -c systemctl stop ak-sysd'...
    utils.go:282: Error code: 0
    utils.go:282: Command output: ''
    utils.go:283: Running command 'sh -c systemctl stop ak-agent'...
    utils.go:283: Error code: 0
    utils.go:283: Command output: ''
2026/06/16 23:42:34 🐳 Stopping container: c1186c9de106
2026/06/16 23:42:44 ✅ Container stopped: c1186c9de106
2026/06/16 23:42:44 🐳 Terminating container: c1186c9de106
2026/06/16 23:42:44 🚫 Container terminated: c1186c9de106
--- FAIL: Test_Auth_IdentityAgent (34.78s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Looks like jsonwebtoken is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 17, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/cargo-faef625f8c branch June 17, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant