v0.6.5 Armory Agent Service (2021-09-30)

Known Issues

Kubernetes account permissions format

kubernetes:
  accounts:
    - name: my-k8s-account
      permissions:
        - READ: ['role1', 'role2']
        - WRITE: ['role3', 'role4']

Make sure that there are no whitespaces in the role configurations under the READ and WRITE tags. The permissions are not applied if there are whitespaces in the configuration. This means that all users will have access to the defined account.

Affected versions: all versions

Fixes

  • Resolve resource mapping for non discovered kinds during agent startup. This allows operations to complete even if there is a failure when reading a specific kind during startup as long as the agent has permissions to read it.

Last modified March 3, 2023: (2d069084)