Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.
This repository was archived by the owner on May 16, 2024. It is now read-only.

gdeploy: IdentityGroupFilter is being ignored #621

@keymon

Description

@keymon

What?

The setting IdentityGroupFilter from deployment.yaml documented here: https://docs.commonfate.io/common-fate/sso/filtering-user-group-import has no effect.

how to reproduce

Given a deployment like the one below, set IdentityGroupFilter and rerun gdeploy update. Nothing happens.

version: 2
deployment:
  stackName: commonfate-non-prod
  account: "1234567890"
  region: us-west-2
  release: v0.15.6
  parameters:
    CognitoDomainPrefix: common-fate-non-prod-login-mycompany
    AdministratorGroupID: vhjdsfbkgbsakdng1
    IdentityProviderType: okta
    SamlSSOMetadataURL: https://mycompany-test.oktapreview.com/app/exka4ccnoe1AZdYy91d7/sso/saml/metadata
+    IdentityGroupFilter: "Okta-App.*Commonfate|commonfate_example.*"
    ProviderConfiguration:
      okta:
        uses: commonfate/okta@v1
        with:
          apiToken: awsssm:///granted/providers/okta/apiToken:1
          orgUrl: https://mycompany-test.oktapreview.com
    IdentityConfiguration:
      okta:
        apiToken: awsssm:///granted/secrets/identity/okta/token:4
        orgUrl: https://mycompany-test.oktapreview.com/

Tested on

gdeploy 0.15.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions