Skip to content

Commit

Permalink
Update kork-artifacts/src/main/java/com/netflix/spinnaker/kork/artifa…
Browse files Browse the repository at this point in the history
…cts/README.md

Co-authored-by: David Byron <[email protected]>
  • Loading branch information
xibz and dbyron-sf committed Jul 5, 2023
1 parent 57c2be8 commit 6d403e4
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ When bootstrapping Spring we add in custom bean serializers and deserializers to
handle storage or retrieval of an artifact.

Rosco is primarily used for baking artifacts which will generate something
deployable. When Spring sends a request back to Orca for a bake request, the
custom serializer injected at Orca startup, will use the artifact storage and
store the artifact, and instead return a `remote/base64` artifact instead of the
usual `embedded/base64`.
deployable. When Rosco responds to a bake request, the custom serializer
injected in Rosco at startup stores the artifact and returns a `remote/base64`
artifact instead of the usual `embedded/base64`.

Clouddriver, for this document, handles mostly deployment and has some endpoints
regarding artifacts. It does do a little more than this, but we only care about
Expand Down

0 comments on commit 6d403e4

Please sign in to comment.