Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit835ba2f

Browse files
Merge pull requestcodefresh-io#277 from codefresh-io/saml-2
updated SAML page
2 parents26cff4c +ad45068 commit835ba2f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

‎_docs/administration/single-sign-on/sso-setup-saml2.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ The mandatory fields needed for SAML assertions are:
9696
1. lastName - user last name
9797
1. email - user email
9898

99+
To configure users sync for SAML IDP you need to do the following:
100+
101+
1. Select GSuite provider
102+
1. Enable auto Sync users and teams to Codefresh
103+
1. Set JSON Keyfile, Admin Email and Sync interval
104+
The instructions for getting the JSON Keyfile, and Admin Email are the same as for[Google SSO](https://codefresh.io/docs/docs/administration/single-sign-on/sso-google/#synchronize-teams-with-the-codefresh-cli) .
105+
99106
>Notice that these settings are for the SaaS version of Codefresh. For an on-premise Codefresh setup you need to use the URLs that match your installation.
100107
101108
Once everything is finished, you[should test the integration]({{site.baseurl}}/docs/administration/single-sign-on/sso-setup-oauth2/#testing-your-identity-provider). Once it is working proceed to the next steps that are:

‎_docs/yaml-examples/examples/sending-the-notification-to-slack.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ You can find how to integrate with slack here [https://api.slack.com/incoming-we
3131
`slack step`
3232
{% highlight yaml %}
3333
slack_notify:
34-
image:tutum/curl
34+
image:byrnedo/alpine-curl, curlimages/curl, or any other curl image
3535
commands:
3636
- curl -X POST --data-urlencode 'payload={"text":"Test slack integration via yaml"}' {% raw %}${{SLACK_WEB_URL}}{% endraw %}
3737
{% endhighlight %}
3838

3939

4040
##What to read next
4141

42-
*[Global Slackintegration]({{site.baseurl}}/docs/integrations/notifications/slack-integration/)
43-
*[Advancedworkflows]({{site.baseurl}}/docs/codefresh-yaml/advanced-workflows/)
44-
*[Pipelinehooks]({{site.baseurl}}/docs/codefresh-yaml/hooks/)
45-
*[Sharedconfiguration]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/)
42+
*[Global SlackIntegration]({{site.baseurl}}/docs/integrations/notifications/slack-integration/)
43+
*[AdvancedWorkflows]({{site.baseurl}}/docs/codefresh-yaml/advanced-workflows/)
44+
*[PipelineHooks]({{site.baseurl}}/docs/codefresh-yaml/hooks/)
45+
*[SharedConfiguration]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp