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

unificando user sysadmin #34

Merged
merged 2 commits into from
Jan 13, 2025
Merged

unificando user sysadmin #34

merged 2 commits into from
Jan 13, 2025

Conversation

germankay
Copy link
Collaborator

fixes #33

@germankay germankay requested a review from avdata99 December 3, 2024 12:49
@germankay germankay self-assigned this Dec 3, 2024
@@ -50,14 +50,14 @@ ckan config-tool ckan.ini "ckanext.unckan.version=${CKAN_UNI_VERSION}"
# for local env, create a sysadmin user
if [ "$IS_DEV_ENV" = "true" ] ; then
# check if user exists
echo "Checking if sysadmin user exists"
OUT=$(ckan user show ckan_admin)
echo "Checking if prod sysadmin '$CKAN_SYSADMIN_USER' user exists"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hay mas arriba un if [ "$IS_DEV_ENV" = "true" ] ; then que diferencia entre entorno local y productivo
La idea del issue es juntar ambos
Esta parte esta bien pero hay que sacar el if y dejar solo un bloque

@germankay germankay requested a review from avdata99 December 4, 2024 11:33
@germankay germankay force-pushed the 33-unificar-user-sysadmin branch from a0ff971 to 952ef60 Compare December 10, 2024 17:48
@avdata99 avdata99 merged commit 278b32a into develop Jan 13, 2025
2 checks passed
@avdata99 avdata99 deleted the 33-unificar-user-sysadmin branch January 13, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unificar definicion de usuario Sysadmin principal
2 participants