2020 04 25
- WEEKLY
Cover Photo: 好市多採買
Technology 閱讀與觀察 2019 CNCF 調查結果
Namespaces are the most popular way to separate Kubernetes applications for all respondents, including those with multiple teams
How to set up GitLab Single Sign-On with Google G Suite
Calculate Fingerprint Set up your own custom SAML application - Using SAML-based SSO # OmniAuth Configuration gitlab_rails['omniauth_enabled'] = true gitlab_rails['omniauth_external_providers'] = ['saml'] gitlab_rails['omniauth_allow_single_sign_on'] = ['saml'] gitlab_rails['omniauth_sync_email_from_provider'] = 'saml' gitlab_rails['omniauth_block_auto_created_users'] = false gitlab_rails['omniauth_auto_link_ldap_user'] = false gitlab_rails['omniauth_sync_profile_from_provider'] = ['saml'] gitlab_rails['omniauth_sync_profile_attributes'] = ['email'] gitlab_rails['omniauth_auto_link_saml_user'] = true # Uncomment this once you 100% ready to use SSO # gitlab_rails['omniauth_auto_sign_in_with_provider'] = 'saml' gitlab_rails['omniauth_providers'] = [ { # G-Suite 'name': 'saml', 'args': { 'assertion_consumer_service_url': 'https://gitlab.