Skip to content
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

Migrate Specific Scopes without ACL #252

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2023

  1. Migrate Specific Scopes without ACL

    This scenario is useful when migrating from a workspace where the ACL's do not match (Group names have changed, permissions to the groups have changed).
    
    In addition, added two new args to allow migrating specific secret scopes. This option is available only when using export_db/import_db directly and not as part of the pipelines.
    Zayeem committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f5fef99 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    7997010 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/migrate_secrets_with_filters

    # Conflicts:
    #	dbclient/SecretsClient.py
    reclaim0982 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c73eda4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    4517460 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    1c71d6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Zayeem/feature/add_filters_for_workspace_m…

    …igration
    
    fix: Validate if `timeout` has been defined before using the same.
    Zayeem committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    88a9d95 View commit details
    Browse the repository at this point in the history