Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Search
Commits
78f77bd6
Commit
78f77bd6
authored
Mar 22, 2021
by
Dmitriy Rudko
💬
Browse files
(GONRG-1759) - Fix post merge issue in :search-azure
parent
94a0571c
Pipeline
#33027
canceled with stage
in 23 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
provider/search-azure/src/main/java/org/opengroup/osdu/search/provider/azure/config/AzureBootstrapConfig.java
View file @
78f77bd6
...
...
@@ -44,9 +44,6 @@ public class AzureBootstrapConfig {
@Value
(
"${AUTHORIZE_API_KEY}"
)
private
String
entitlementsAPIKey
;
@Autowired
private
HttpResponseBodyMapper
httpResponseBodyMapper
;
@Bean
@Named
(
"KEY_VAULT_URL"
)
public
String
getKeyVaultURL
()
{
...
...
@@ -68,7 +65,6 @@ public class AzureBootstrapConfig {
@Autowired
private
HttpResponseBodyMapper
httpResponseBodyMapper
;
@Bean
public
IEntitlementsFactory
entitlementsFactory
()
{
EntitlementsAPIConfig
apiConfig
=
EntitlementsAPIConfig
.
builder
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment