Skip to content
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

[Bug Fix] Fix the demo configuration script and remove the admin credential from internal_user.yml #3449

Closed
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f63b081
Fix the .sh script for removing admin block and append it to the end …
RyanL1997 Oct 3, 2023
91726a3
Delete the original admin from the internal_users.yml
RyanL1997 Oct 3, 2023
4ae0900
Change the .bat too
RyanL1997 Oct 4, 2023
423b483
Try to add admin credential into internal_users.yml c0
RyanL1997 Oct 4, 2023
23731b9
Add ls
RyanL1997 Oct 4, 2023
33a9d86
Try to add admin credential into internal_users.yml c1
RyanL1997 Oct 4, 2023
61dfac4
Fix DC's comment
RyanL1997 Oct 4, 2023
25c6dff
Set up gha step for windows ci runner
RyanL1997 Oct 4, 2023
65fca5e
add Get-Location to see where am i
RyanL1997 Oct 4, 2023
459a6d2
Where am i for windows
RyanL1997 Oct 4, 2023
3a42cc0
Correct the windows runner path
RyanL1997 Oct 4, 2023
5a90c32
Enable long path for windows runner
RyanL1997 Oct 4, 2023
a2b5dfd
Correct the path again for windows runner
RyanL1997 Oct 4, 2023
14f8110
Simplify the windows script
RyanL1997 Oct 4, 2023
9bc47e0
Simplify the windows script 1
RyanL1997 Oct 4, 2023
de2d7eb
Relocate the logic under the step of integration-tests
RyanL1997 Oct 4, 2023
2d2b7bf
Add the logic into integration-tests.yml
RyanL1997 Oct 4, 2023
c61a9db
Add cat for debugging on linux
RyanL1997 Oct 4, 2023
8b5bcc2
Remove the space
RyanL1997 Oct 4, 2023
39aa145
Refactor the position again
RyanL1997 Oct 4, 2023
96c1e59
Try single quote for linux
RyanL1997 Oct 4, 2023
280e94a
Add type for windows to check user file
RyanL1997 Oct 4, 2023
68302de
Add single quote for EOL
RyanL1997 Oct 4, 2023
a3fdf3c
Add backtick escape for windows hash
RyanL1997 Oct 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix DC's comment
Signed-off-by: Ryan Liang <[email protected]>
RyanL1997 committed Oct 4, 2023
commit 61dfac42f301774b53be5a503688ab4595d7c134
2 changes: 1 addition & 1 deletion tools/install_demo_configuration.bat
Original file line number Diff line number Diff line change
@@ -367,7 +367,7 @@ echo backend_roles: >> !INTERNAL_USERS_FILE!
echo - "admin" >> !INTERNAL_USERS_FILE!
echo description: "Demo admin user" >> !INTERNAL_USERS_FILE!

echo Content appended to !INTERNAL_USERS_FILE!
echo Admin user has been appended to !INTERNAL_USERS_FILE!
endlocal

:: network.host