We have updated our Terms of Service, Code of Conduct, and Addendum.

Does GitOps only make changes via the UI read-only or are changes via API read-only also?

Does GitOps only make changes via the UI read-only or are changes via API read-only also?

Best Answer

  • Chris
    Chris Posts: 13 mod
    Answer ✓

    The API will be Read-Only as well. You will receive a Forbidden message if you try to POST, PATCH or DELETE via the API, unless you set the GitOps workflow back to None in the settings (which interrupts the GitOps process).

Answers

  • Chris
    Chris Posts: 13 mod
    Answer ✓

    The API will be Read-Only as well. You will receive a Forbidden message if you try to POST, PATCH or DELETE via the API, unless you set the GitOps workflow back to None in the settings (which interrupts the GitOps process).