Hello everyone,
I noticed a strange behaviour from the Zero-Trust Dashboard when setting up policies for a “Private Network” application.
In the following screenshot you can see I set up a Test_Application of type “Private network”. I created one policy for it, and it does actually indeed show “1” in the “Policies assigned” field.
However :
-
If I click on the Application, the detailed view (from the panel on the right) shows “0” policies assigned
-
If I tried to get the policies of this Application through the API (accounts//access/apps/), I get 0 value
-
If I add policies to this application through the API, they will not appear in the Dashboard. However they will be returned when trying to GET them from the API
Note that all of this works perfectly fine with a “Self-hosted” application - this issue only appears with “Private network” ones, at least on my side.
Has anyone had the same issue maybe ?