Skip to content

Commit

Permalink
Prevent auth header to be included in Docker API call
Browse files Browse the repository at this point in the history
  • Loading branch information
wickdynex authored and snicoll committed Oct 29, 2024
1 parent 9d6cfba commit 351018e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import java.util.Base64;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.core.JsonProcessingException;

import org.springframework.boot.buildpack.platform.json.SharedObjectMapper;
Expand All @@ -30,6 +31,7 @@
*/
class JsonEncodedDockerRegistryAuthentication implements DockerRegistryAuthentication {

@JsonIgnore
private String authHeader;

@Override
Expand Down

0 comments on commit 351018e

Please sign in to comment.