Skip to content

ICSHWI-10266: Remove permissions for test server

The test server, at the moment, uses the token and address for the test AWX instance, which allows it to deploy. However, the database is regularly taken as a copy of the production database. There are a few issues with this:

  • If we perform a database dump, we lose track of any actually deployed IOCs. This should be avoided.
  • Since the test server has AWX data from the production AWX, but only connects to the test AWX, we cannot find any logs or any data when browsing the test server, which results in a lot of spurious error message.

The solution presented here is to allow the test server to use the AWX production token, but to restrict the permissions granted to be read-only.

Merge request reports