Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CRS Catalog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Reference and Helper Services
CRS Catalog
Commits
300b9f87
Commit
300b9f87
authored
3 years ago
by
Riabokon Stanislav(EPAM)[GCP]
Browse files
Options
Downloads
Patches
Plain Diff
Migrate to hybrid auth. Refactoring(GONRG-4398)
parent
c84591ca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
5 merge requests
!163
Upgrade core library dependencies
,
!162
Upgrade core library dependencies
,
!161
Upgrade core library dependencies
,
!160
Upgrade core library dependencies
,
!116
Migrate to hybrid auth. Refactoring(GONRG-4398)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devops/gcp/configmap/templates/crs-catalog-configmap.yaml
+0
-3
0 additions, 3 deletions
devops/gcp/configmap/templates/crs-catalog-configmap.yaml
devops/gcp/configmap/values.yaml
+0
-3
0 additions, 3 deletions
devops/gcp/configmap/values.yaml
with
0 additions
and
6 deletions
devops/gcp/configmap/templates/crs-catalog-configmap.yaml
+
0
−
3
View file @
300b9f87
...
...
@@ -7,9 +7,6 @@ metadata:
namespace
:
"
{{
.Release.Namespace
}}"
data
:
LOG_LEVEL
:
"
{{
.Values.data.log_level
}}"
PROJECT_ID
:
"
{{
.Values.data.project_id
}}"
ENTITLEMENT_URL
:
"
{{
.Values.data.entitlement_url
}}"
CRS_CATALOG_HOSTNAME
:
"
{{
.Values.data.crs_catalog_host_name
}}"
AUDIENCES
:
"
{{
.Values.data.audiences
}}"
PARTITION_API
:
"
{{
.Values.data.partition_api
}}"
GOOGLE_AUDIENCES
:
"
{{
.Values.data.google_audiences
}}"
This diff is collapsed.
Click to expand it.
devops/gcp/configmap/values.yaml
+
0
−
3
View file @
300b9f87
data
:
log_level
:
"
INFO"
project_id
:
"
"
entitlement_url
:
"
http://entitlements/api/entitlements/v2/"
crs_catalog_host_name
:
"
crs-catalog"
audiences
:
"
"
partition_api
:
"
http://partition/api/partition/v1/"
google_audiences
:
"
"
conf
:
configmap
:
"
crs-catalog-config"
app_name
:
"
crs-catalog"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment