Skip to content

SSH Functionality missing #333

@98jan

Description

@98jan

Description

Hi,

I updated today in my Kubernetes Cluster headplane to the latest version 0.6.1 to test the new headplane feature but I can nowhere see the ssh options.

I can see now a running instance of the headplane-agent but that's it, my config.yaml looks like the following

    server:
      host: "0.0.0.0"
      port: 3000
      cookie_secret_path: /etc/headscale/oidc/cookieSecret
      cookie_secure: true
    headscale:
      url: https://headscale.$DOMAIN
      config_path: "/etc/headscale/config.yaml"
      config_strict: true
    integration:
      agent:
        enabled: true
        pre_authkey_path: /etc/headplane/oidc/agent_authkey
        host_name: headplane-agent
    #  kubernetes:
    #    enabled: true
    #    validate_manifest: true
    oidc:
      issuer: https://${KEYCLOAK_DOMAIN}/realms/<realm-name>
      client_id: headplane
      client_secret_path: /etc/headplane/oidc/oidc_client_secret
      redirect_url: https://headplane.$DOMAIN/admin/oidc/callback
      disable_api_key_login: false
      token_endpoint_auth_method: "client_secret_post"
      headscale_api_key_path: /etc/headplane/oidc/headscale_apiKey

Anything that I am missing?

Headplane Version

v0.6.1

Headscale Version

0.26.1

Metadata

Metadata

Assignees

Labels

BugSomething isn't workingDocsImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions