-
Story
-
Resolution: Done
-
Normal
-
ACM 2.12.0
Value Statement
OpenShift has moved away from long lived tokens. On a default install of MCE, Hive creates a long lived token.
oc get secrets \
--all-namespaces \
--field-selector type=kubernetes.io/service-account-token
This token either needs to change or be removed. I don't believe OCP allows for justification.{}
Definition of Done for Engineering Story Owner (Checklist)
- The secret query does NOT return a hive secret.
Development Complete
- The code is complete.
- Functionality is working.
- Any required downstream Docker file changes are made.
Tests Automated
- [ ] Unit/function tests have been automated and incorporated into the
build. - [ ] 100% automated unit/function test coverage for new or changed APIs.
Secure Design
- [ ] Security has been assessed and incorporated into your threat model.
- is caused by
-
HIVE-2219 Create token for the hive service accounts if running on non-openshift cluster.
- Closed
- links to