Skip to content

[DOCS] Update initial credential command for new installations on v1.3 #343

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

Closed
3 of 10 tasks
TomFern opened this issue May 28, 2025 · 1 comment
Closed
3 of 10 tasks
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@TomFern
Copy link
Collaborator

TomFern commented May 28, 2025

Documentation Location

https://docs.semaphoreci.com/CE/getting-started/install

Type of Documentation Issue

  • Missing documentation
  • Incorrect information
  • Unclear explanation
  • Outdated content
  • Broken link
  • Code example needs update
  • Other (please describe)

Current State

The current command work fine for v1.1 and v1.2 but will change on the next release

Requested Changes

Initial credentials command changes in Semaphore CE and EE v1.3

New command is now (see #338):

echo "Email: $(kubectl get secret semaphore-authentication -n default -o jsonpath='{.data.ROOT_USER_EMAIL}' | base64 -d)"; echo "Password: $(kubectl get secret semaphore-authentication -n default -o jsonpath='{.data.ROOT_USER_PASSWORD}' | base64 -d)"; echo "API Token: $(kubectl get secret semaphore-authentication -n default -o jsonpath='{.data.ROOT_USER_TOKEN}' | base64 -d)"

Suggested Content

Additional Information

Affects Version

  • Cloud Semaphore
  • Community Edition (specify version): 1.3
  • Enterprise Edition (specify version): 1.3
@TomFern TomFern self-assigned this May 28, 2025
@TomFern TomFern added the documentation Improvements or additions to documentation label May 28, 2025
@TomFern
Copy link
Collaborator Author

TomFern commented Jun 9, 2025

Implemented on #361

@TomFern TomFern closed this as completed Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant