Skip to content

Commit

Permalink
[DSD-4108] removed auth from server-url
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshitha650 <[email protected]>
  • Loading branch information
Rakshitha650 committed Jan 3, 2024
1 parent 728fa73 commit 88a5117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak-init/keycloak_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def main():
fp = open(input_yaml, 'rt')
values = yaml.load(fp, Loader=yaml.FullLoader)

server_url = server_url + '/auth/' # Full url to access api
server_url = server_url # Full url to access api

try:
print(server_url)
Expand Down

0 comments on commit 88a5117

Please sign in to comment.