Skip to content
Snippets Groups Projects
Select Git revision
  • main default
  • update_test_data
  • fix_hopping_eip-service_parsing
  • gateway_selector
  • maxb/update-agent-api-swag
  • maxb/agent-auth-empty-config-fix
  • fix_certs_in_proxy_mode
  • build-img
  • feat/bucket-tagged-locations
  • fix/gitlab-ci
  • fix_ca_cert_handling2
  • set_encryption_algorithm
  • fix_private_key_encoding
  • fix_serviceProvider2
  • maxb/fix-lb-mod
  • maxb/testing-removing-replace
  • feat/migrate-ci-to-podman-buildah
  • maxb/agent-endpoints
  • maxb/agent-endpoints-ci-debugging
  • ca_crt
  • v1.8.1
  • 1.8.0
  • v1.8.0
  • 1.7.2
  • 1.7.1
  • 1.7.0
  • 1.6.0
  • 1.5.2
  • 1.5.1
  • 1.5.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
  • 1.0
36 results

api.go

  • Maxb's avatar
    fcd000b8
    Fix case of empty agent registration shared key config · fcd000b8
    Maxb authored
    Previously if the agent registration shared key was left empty, we would
    simply configure the agent registration endpoints with an empty auth
    key. That could allow for arbitrary external actors to register new
    gateways and bridges. This enforces that if the agent registration
    shared key config is left empty, the associated endpoints will no longer
    be served.
    fcd000b8
    History
    Fix case of empty agent registration shared key config
    Maxb authored
    Previously if the agent registration shared key was left empty, we would
    simply configure the agent registration endpoints with an empty auth
    key. That could allow for arbitrary external actors to register new
    gateways and bridges. This enforces that if the agent registration
    shared key config is left empty, the associated endpoints will no longer
    be served.