openziti / ziti

The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network @OpenZiti
https://openziti.io
Apache License 2.0
2.65k stars 153 forks source link

Posture Check Types Endpoint Is Out Of Date #1618

Open andrewpmartinez opened 3 years ago

andrewpmartinez commented 3 years ago

Experienced

GET /posture-check-types returns an incomplete list of types (MFA, Process Multi missing) and there are odd non-semver versions included in the OS versions.

Expected

A proper list of types, versions should be removed as providing a comprehensive list of semver versions for the different OSes will mean nothing.

Reproduction 1) auth 2) query GET /posture-check-types

andrewpmartinez commented 2 months ago

This is still an issue as of 7/3/2024. The types are stored in bbolt instead of a static list from code. It is missing at least the MFA type.