Skip to content

Commit 0653de1

Browse files
NimRegevlrochette
andauthored
Q2 q3 on prem config tasks (#799)
* Create topic for on-prem feature configuration Added topic to cover on-prem setup after installing platform * Update on-prem-configuration.md * Update on-prem setup after install Added content and images * Update on-prem-configuration.md More content updates * Update on-prem-configuration.md * Add new screenshots * Update on-prem config Added more screenshots * Update on-prem configuration Added screenshots, new feature flags and content edits * Add new image file * Update on-prem-configuration.md Content edits and fixes * Add Admin management panel Added table or Admin Management * Update on-prem-configuration.md Minor updates * Update on-prem-configuration.md Added links to post configuration topics * misspelling on administrator * Update on-prem-configuration.md Implemented partially feedback from Alex * Update on-prem setup Moved login options to administration bucket; moved feature list to separate topic * Update on-prem-configuration.md * Update on-prem-configuration.md * Update on-prem-configuration.md * Update on-prem-configuration.md * Update on-prem-configuration.md Fixed xrefs to on-prem feature list and feature management * Update home-content.yml * Update on-prem-configuration.md * Update on-prem-configuration.md * Add xrefs to on-prem config article Added xrefs to on-prem config in account creation and add user articles * Update on-prem-configuration.md --------- Co-authored-by: Laurent Rochette <laurent.rochette@codefresh.io>
1 parent 7b01ef3 commit 0653de1

28 files changed

+401
-10
lines changed

_data/home-content.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@
217217
localurl: /docs/installation/codefresh-runner/
218218
- title: On-Premises platform installation
219219
localurl: /docs/installation/on-premises/codefresh-on-prem/
220+
- title: On-Premises platform account & user setup
221+
localurl: /docs/installation/on-premises/on-prem-configuration/
220222
- title: On-Premises platform upgrade
221223
localurl: /docs/installation/on-premises/codefresh-on-prem-upgrade/
222224
- title: Hosted GitOps Runtime installation

_data/nav.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,8 @@
503503
url: "/codefresh-on-prem"
504504
- title: Platform upgrade
505505
url: "/codefresh-on-prem-upgrade"
506+
- title: Account and user setup
507+
url: "/on-prem-configuration"
506508
- title: Feature management
507509
url: "/on-prem-feature-management"
508510
- title: GitOps

_docs/administration/account-user-management/add-users.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ redirect_from:
1111
toc: true
1212
---
1313

14-
Once you have created a Codefresh account, you can add any number of users to collaborate on repositories, workflows, and pipelines, and teams of users.
14+
Once you have created a Codefresh account, you can add any number of users to collaborate on repositories, workflows, and pipelines, and teams of users. For Codefresh on-premises, see [On-premises account & user setup]({{site.baseurl}}/docs/installation/on-premises/on-prem-configuration).
15+
1516

1617

1718
You can then create teams in Codefresh to group users who share a common denominator, such as the same permissions, access to the same functionality, or roles. Teams make it easy for administrators to both define and manage items shared by multiple users in an orgranization.

_docs/administration/account-user-management/create-codefresh-account.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ alt="Codefresh account creation steps"
2424
max-width="90%"
2525
%}
2626

27+
For Codefresh on-premises, see [On-premises account & user setup]({{site.baseurl}}/docs/installation/on-premises/on-prem-configuration).
28+
2729
## Step 1: Select your Identity Provider
2830
As the first step in setting up your account in Codefresh, select the identity provider (IdP) to use.
2931
Codefresh currently supports the following IdPs:
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: "Set sign-in options for users"
3+
description: "Select Git/SSO providers available for sign-in"
4+
group: administration
5+
toc: true
6+
---
7+
8+
Control the login mechanisms available for the accounts in your organization. If you have set up integrations with multiple Git providers and SSO providers, select which of the providers are displayed in the Sign-In page for Codefresh users. Among the options, you can also display Codefresh for username-password login if so configured for accounts.
9+
10+
By default, all login mechanisms are enabled, and users will see all the options in the Sign-In page.
11+
12+
{% include image.html
13+
lightbox="true"
14+
file="/images/installation/on-prem-setup/default-sign-in-accnt-user.png"
15+
url="/images/installation/on-prem-setup/default-sign-in-accnt-user.png"
16+
alt="Default Sign-In page with all login options"
17+
caption="Default Sign-In page with all login options"
18+
max-width="50%"
19+
%}
20+
21+
## Set sign-in options for organization
22+
Control the login mechanisms available for all Coderfesh accounts in your organization, from among Git providers, IdPs, SSO providers, and Codefresh for username-password sign-in.
23+
24+
**Before you begin**
25+
* For SSO or LDAP sign-in, make sure you have set up the corresponding [SSO]({{site.baseurl}}/docs/administration/single-sign-on/) and [LDAP]({{site.baseurl}}/docs/administration/single-sign-on/ldap/) integrations
26+
* For Codefresh sign-in, verify that [User/Pass is enabled for the accounts]({{site.baseurl}}/docs/installation/on-premises/on-prem-configuration/#quick-reference-account-settings)
27+
28+
<br>
29+
30+
**How to**
31+
1. From the avatar dropdown in the Codefresh toolbar, select **Admin Management**.
32+
1. From the sidebar, select **Login Options**.
33+
1. If needed, disable one or more login options for the account.
34+
35+
{% include image.html
36+
lightbox="true"
37+
file="/images/installation/on-prem-setup/login-options.png"
38+
url="/images/installation/on-prem-setup/login-options.png"
39+
alt="Login options for account"
40+
caption="Login options for account"
41+
max-width="60%"
42+
%}
43+
44+
## Related articles
45+
[Account and user management]({{site.baseurl}}/docs/administration/account-user-management/)
46+
[Codefresh on-premises setup]({{site.baseurl}}/docs/installation/on-premises/on-prem-configuration/)

_docs/installation/on-premises/codefresh-on-prem-upgrade.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Codefresh on-premises upgrade"
2+
title: "Codefresh on-premises platform upgrade"
33
description: "Upgrade the Codefresh On-Premises platform"
44
group: installation
55
redirect_from:
@@ -634,4 +634,7 @@ Follow the instructions in [Upgrading to 2.0.0](https://artifacthub.io/packages/
634634

635635

636636

637+
## Related articles
638+
[Codefresh on-premises setup]({{site.baseurl}}/docs/installation/on-premises/on-prem-configuration/)
639+
[On-premises feature management]({{site.baseurl}}/docs/installation/on-premises/on-prem-feature-management/)
637640

_docs/installation/on-premises/codefresh-on-prem.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ These providers are not displayed as options during sign-up/sign-in.
5959

6060
## Related articles
6161
[Codefresh on-premises upgrade]({{site.baseurl}}/docs/installation/on-premises/codefresh-on-prem-upgrade/)
62-
[Codefresh on-premises feature management]({{site.baseurl}}/docs/installation/on-premises/on-prem-feature-management/)
62+
[Codefresh on-premises setup]({{site.baseurl}}/docs/installation/on-premises/on-prem-configuration/)
63+
[On-premises feature management]({{site.baseurl}}/docs/installation/on-premises/on-prem-feature-management/)
6364

6465

6566

0 commit comments

Comments
 (0)