Skip to content
Snippets Groups Projects
Commit e31f79ac authored by Neelesh Thakur's avatar Neelesh Thakur
Browse files

address comments

parent 1466086a
No related branches found
No related tags found
1 merge request!14update API to delegate secret retrieval via service and change azure backend to table storage
Pipeline #10785 failed
Pipeline: Partition

#10786

    ......@@ -22,15 +22,15 @@ import org.apache.http.HttpStatus;
    import org.opengroup.osdu.common.Validators;
    import org.opengroup.osdu.core.common.model.http.AppException;
    import org.springframework.context.annotation.Bean;
    import org.springframework.context.annotation.Configuration;
    import org.springframework.context.annotation.Lazy;
    import org.springframework.stereotype.Component;
    import javax.inject.Named;
    import java.net.URISyntaxException;
    import java.security.InvalidKeyException;
    @Component
    public class TableStorageClient {
    @Configuration
    public class TableStorageBootstrapConfig {
    private final static String CONNECTION_STRING = "DefaultEndpointsProtocol=https;AccountName=%s;AccountKey=%s;EndpointSuffix=core.windows.net";
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment