-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ian UID2-3703 retrieve configs from identity service #799
Merged
Merged
Changes from 35 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
98be93a
retrieving config from identity service
Ian-Nara 5b36470
[CI Pipeline] Released Snapshot version: 5.37.169-alpha-50-SNAPSHOT
6d39d3e
retrieving config from identity service
Ian-Nara 75bc3c5
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara 32ba551
[CI Pipeline] Released Snapshot version: 5.37.170-alpha-51-SNAPSHOT
1e2cf29
try run config server in background
Ian-Nara 4c5073f
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara 404c3dd
[CI Pipeline] Released Snapshot version: 5.37.171-alpha-52-SNAPSHOT
de0bdae
use correct entrypoint script
Ian-Nara 116b9e0
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara 64ee819
[CI Pipeline] Released Snapshot version: 5.37.172-alpha-53-SNAPSHOT
d0f98c2
check core_base_url and optout_base_url for null
Ian-Nara 654f1ff
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara c5ee004
[CI Pipeline] Released Snapshot version: 5.37.173-alpha-54-SNAPSHOT
b1c71b2
apply missing integ config overrides
Ian-Nara e128282
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara 7f56cf2
[CI Pipeline] Released Snapshot version: 5.37.174-alpha-55-SNAPSHOT
5c85f95
don't redirect logs
Ian-Nara 1554937
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara 95290ad
[CI Pipeline] Released Snapshot version: 5.37.175-alpha-56-SNAPSHOT
415feff
remove logback destination
Ian-Nara 4e0cbef
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara 30afba1
[CI Pipeline] Released Snapshot version: 5.37.176-alpha-57-SNAPSHOT
1175ad4
log redirection
Ian-Nara 382f318
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara c42197a
[CI Pipeline] Released Snapshot version: 5.37.177-alpha-58-SNAPSHOT
c2b0bc9
fix proxy vsock CID
Ian-Nara 88f6b2d
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara f5daf00
[CI Pipeline] Released Snapshot version: 5.37.178-alpha-60-SNAPSHOT
e8c47c6
put check for valid identity service config
Ian-Nara 200e82d
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara 1c66d73
[CI Pipeline] Released Snapshot version: 5.37.179-alpha-61-SNAPSHOT
fbca4b0
detach config server
Ian-Nara cc87efd
Merge remote-tracking branch 'origin/ian-UID2-3703-identity-service-r…
Ian-Nara da0256d
[CI Pipeline] Released Snapshot version: 5.37.180-alpha-62-SNAPSHOT
07c8b93
reset version number
Ian-Nara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ socks5h-proxy: | |
operator-service: | ||
service: direct | ||
listen: tcp://0.0.0.0:80 | ||
connect: vsock://42:8080 | ||
connect: vsock://16:8080 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why are we changing this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. eks/pod/entrypoint.sh has |
||
|
||
operator-prometheus: | ||
service: direct | ||
listen: tcp://0.0.0.0:9080 | ||
connect: vsock://42:9080 | ||
connect: vsock://16:9080 | ||
|
||
syslogng: | ||
service: direct | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intereting, why do we need to check null again? Does
-n
not checking null?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jq will return "null" if the key is not found