Description
The following concepts are significantly different in ocm v2:
- OCM context
- Resolvers
- Verification
- Config lookup
The current behaviour essentially all configuration is done at the beginning of each reconciliation loop. Here, the credentials, the resolvers, the signature validation public keys are read from config maps and secrets and applied (in other words, stored) in the ocm context which is then being passed around.
Since the general serialized configuration types will stay the same, the user API is expected to stay consistent. The code for setting up and passing around the configuration is expected to change though, since the ocm context and ocm config API is different.
Goals:
Done Criteria
Description
The following concepts are significantly different in ocm v2:
The current behaviour essentially all configuration is done at the beginning of each reconciliation loop. Here, the credentials, the resolvers, the signature validation public keys are read from config maps and secrets and applied (in other words, stored) in the ocm context which is then being passed around.
Since the general serialized configuration types will stay the same, the user API is expected to stay consistent. The code for setting up and passing around the configuration is expected to change though, since the ocm context and ocm config API is different.
Goals:
Done Criteria
internal/*includes a package for using ocm lib v2 ( separate packages have been created for the new code )