-
Story
-
Resolution: Done
-
Normal
-
ACM 2.12.0
Value Statement
OCP has a security stance that we should not have long lived tokens.
Token can be viewed by running:
oc get secrets \
--all-namespaces \
--field-selector type=kubernetes.io/service-account-token
This token is present by default.
Definition of Done for Engineering Story Owner (Checklist)
- No longer use a long lived token.
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 related to
-
ACM-14940 TP Compliance History feature removal
- Testing