Version 6.0.0-alpha.16
Packages
public.ecr.aws/q8a6e1s5/public-agent:v6.0.0-alpha.1-8-g22f83c3e4lenses/public-agent:v6.0.0-alpha.1-8-g22f83c3e4
public.ecr.aws/q8a6e1s5/public-hq:v6.0.0-alpha.16lenses/public-hq:v6.0.0-alpha.16
HQ Changelog
1
Introducing License
license:
# -- (string) Enables usage of secret for licence.
# **Required: false**
referenceFromSecret: false
# -- (string) Secret name where licence is stored.
# **Required: false**
secretName: ""
# -- (string) Secret key where within a secret where licence is sotred.
# **Required: false**
secretKeyName: ""
# Marks the end-user license agreement (EULA) as accepted.
acceptEULA: truelicense:
stringData: ""
acceptEULA: true2
New authentication method (Password based)
lensesHq_
auth:
# -- Adds uses for password based auth
# **Required: false**
users:
- username: admin
# bcrypt("changeme").
password: $2a$12$dTSwP3jgCQPoBNDYXNoLy.6l7fMcHYgonl0u8GYCOrkfGM4a.8jzelensesHq:
auth:
saml:
# -- Enables SAML / SSO authentication
# **Required: true**
enabled: falselensesHq:
auth:
administrators:
- admin@example.com
- admin
users:
- username: admin
# bcrypt("admin").
password: $2a$10$DPQYpxj4Y2iTWeuF1n.ItewXnbYXh5/E9lQwDJ/cI/.gBboW2Hodm
sessionDuration: "23h"
saml:
enabled: true
baseURL: "https://your.hq.url"
entityID: "https://your.hq.url"
# -- Example: <?xml version="1.0" ... (big blob of xml) </md:EntityDescriptor>
metadata:
referenceFromSecret: true
secretName: hq-saml-metadata
secretKeyName: metadata.xml
3
4
Ingress structure changes + new agent ingress
ingress:
annotations:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.middlewares: common-traefik-basic-auth@kubernetescrd
enabled: true
host: example.comingress:
http:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
host: example.com
agent:
enabled: true
agentIngressConfig:
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRouteTCP
metadata:
name: agents
spec:
entryPoints:
- agents
routes:
- match: HostSNI(`example.com`) # HostSNI to match TLS for TCP
services:
- name: lenses-hq # Replace with your service name
port: 10000 # Agent default TCP port
tls: {}Agent
Changes in provisioning connection to HQ
Known issues
Last updated
Was this helpful?

