Does GitOps only make changes via the UI read-only or are changes via API read-only also?
Shane Daniels
Posts: 28 mod
Does GitOps only make changes via the UI read-only or are changes via API read-only also?
0
Best Answer
-
The API will be Read-Only as well. You will receive a
Forbidden
message if you try toPOST
,PATCH
orDELETE
via the API, unless you set the GitOps workflow back toNone
in the settings (which interrupts the GitOps process).0
Answers
-
The API will be Read-Only as well. You will receive a
Forbidden
message if you try toPOST
,PATCH
orDELETE
via the API, unless you set the GitOps workflow back toNone
in the settings (which interrupts the GitOps process).0