-
Story
-
Resolution: Done
-
Critical
-
None
-
None
In order for the operator to work when using the STS credentials, the operator should verify that the secret with credentials is present in the desired location. When in mint mode the CCO will create the secret. And when in manual mode the user will have to provision the secret. The status of the controller resource currently contains the CredentialsRequestAvailable and CredentialsRequestUpgrading conditons. They can be compressed into CredentialsRequestAvailable which is based on the presence of the Secret.
Tasks:
- Update the status generation of the controller to verify the presence of the Secret.
- Test this functionality in an STS cluster.
- Update the instructions for deploying the operator in a cluster with STS.
AC:
- Tests updated
- README instructions updated