Skip to content

Commits

Permalink
36b6cbeffb
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jul 7, 2020

  1. updated URL for documentation

    khazelton committed Jul 7, 2020
    Copy the full SHA
    36b6cbe View commit details

Commits on May 21, 2020

  1. Reverting the extra column for externals, would make the training mor…

    …e complicated and it seems that we actually don not need it
    ivan committed May 21, 2020
    Copy the full SHA
    eff7307 View commit details

Commits on May 20, 2020

  1. Added configuration (commented) and csv files used in the training

    ivan committed May 20, 2020
    Copy the full SHA
    7250531 View commit details

Commits on Apr 28, 2020

  1. Adapt docker-compose for tests in demo/shibboleth

    (Copied from demo/grouper tests.)
    mederly committed Apr 28, 2020
    Copy the full SHA
    be85033 View commit details
  2. Do minor fixes in demo/grouper objects

    mederly committed Apr 28, 2020
    Copy the full SHA
    8dec61e View commit details
  3. Merge branch 'configuration-flex-auth' into 4.1

    lskublik committed Apr 28, 2020
    Copy the full SHA
    ff684b0 View commit details
  4. Order post-initial-import objects into waves

    (To avoid error messages during first start.)
    mederly committed Apr 28, 2020
    Copy the full SHA
    cc569bf View commit details
  5. upgrade to mP version 4.1

    lskublik committed Apr 28, 2020
    Copy the full SHA
    bc61be2 View commit details
  6. Upgrade the distribution to 4.1

    These changes were not tested yet.
    mederly committed Apr 28, 2020
    Copy the full SHA
    98b0eba View commit details

Commits on Mar 2, 2020

  1. Merge pull request #4 from docker/configuration-flex-auth

    Configuration flex auth
    slavek committed Mar 2, 2020
    Copy the full SHA
    ebac94f View commit details
  2. Add superuser role to banderson user (#3)

    User banderson is used in the shibboleth authentication demo. For that,
    he needs to have a role in midPoint to be able to access the midPoint
    GUI. Superuser role was chosen because the shibboleth authentication
    replaces the internal authentication with default administrator account.
    slavek committed Mar 2, 2020
    Copy the full SHA
    284f422 View commit details

Commits on Feb 3, 2020

  1. modifying of DockerFile

    lskublik committed Feb 3, 2020
    Copy the full SHA
    3f06234 View commit details
  2. adding first test for REST authentication by flexible authentication

    lskublik committed Feb 3, 2020
    Copy the full SHA
    36100de View commit details

Commits on Jan 28, 2020

  1. Add support for async group rename

    This requires midPoint 4.1-M2 that has been uploaded today.
    Also fixing the name of user recomputation task.
    mederly committed Jan 28, 2020
    Copy the full SHA
    7128034 View commit details

Commits on Jan 14, 2020

  1. Add forgotten clean-up step in tests

    mederly committed Jan 14, 2020
    Copy the full SHA
    eddc1d3 View commit details
  2. Copy the full SHA
    a362622 View commit details
  3. Clean up tests in demo/grouper

    Tests for REST reconciliation were added. Some obsolete tests were removed.
    mederly committed Jan 14, 2020
    Copy the full SHA
    f35685b View commit details

Commits on Nov 25, 2019

  1. Added health checks for grouper_data and grouper_daemon

    ethan committed Nov 25, 2019
    Copy the full SHA
    cf27258 View commit details
  2. Add specific tags for upstream containers

    At least where it's possible. E.g. tier/rabbitmq currently has no tags.
    tier/mariadb has only very generic tags.
    mederly committed Nov 25, 2019
    Copy the full SHA
    4fc009f View commit details
  3. Copy the full SHA
    4bcd365 View commit details
  4. Upgrade Grouper REST connector to 0.6

    This version contains (hopefully) final structure for configuration
    parameters.
    
    Also removed obsolete midpoint-objects directory in demo/grouper.
    mederly committed Nov 25, 2019
    Copy the full SHA
    f40173a View commit details

Commits on Nov 24, 2019

  1. Merge remote-tracking branch 'refs/remotes/origin/master'

    lskublik committed Nov 24, 2019
    Copy the full SHA
    e2d2859 View commit details
  2. Copy the full SHA
    b50ea23 View commit details

Commits on Nov 23, 2019

  1. Adapt to cleaned-up Grouper connector (0.5)

    Beware! This is an incompatible change. The new connector has no support
    for "old" object classes (AccountObjectClass, GroupObjectClass) and uses
    a different name for "plain" groups (ri:CustomPlainGroupObjectClass ->
    ri:Group). Also the name and uid attribute names has been changed to
    ri:name and ri:uuid.
    
    Obsolete midpoint-objects directory was renamed appropriately before
    it's definitely deleted.
    mederly committed Nov 23, 2019
    Copy the full SHA
    a2b389f View commit details

Commits on Nov 22, 2019

  1. Fix Shib keys in demo/shibboleth

    But the demo does not work (still).
    mederly committed Nov 22, 2019
    Copy the full SHA
    c8e15d8 View commit details

Commits on Nov 21, 2019

  1. Set worker threads for async update task

    This is necessary for correct state reporting.
    mederly committed Nov 21, 2019
    Copy the full SHA
    a52fa6b View commit details
  2. Switch from 4.0.1 to "latest-stable" mP image

    This applies to the master branch only.
    mederly committed Nov 21, 2019
    Copy the full SHA
    be6afef View commit details

Commits on Nov 19, 2019

  1. Fixed argument checking

    ivan committed Nov 19, 2019
    Copy the full SHA
    28eefac View commit details

Commits on Nov 15, 2019

  1. Removed TODO in department value

    ivan committed Nov 15, 2019
    Copy the full SHA
    7f44918 View commit details

Commits on Nov 13, 2019

  1. Labs fixed

    ivan committed Nov 13, 2019
    Copy the full SHA
    8dab76e View commit details
  2. Post-init objects for midPoint. after-installation.sh should not be n…

    …eeded anymore now.
    ivan committed Nov 13, 2019
    Copy the full SHA
    3d1d731 View commit details
  3. Copy the full SHA
    74fc9ef View commit details
  4. Script to modify SSO for working in tunelled training environment

    ivan committed Nov 13, 2019
    Copy the full SHA
    f7824f5 View commit details

Commits on Nov 12, 2019

  1. Add purge-queue.sh

    mederly committed Nov 12, 2019
    Copy the full SHA
    a81e1ed View commit details

Commits on Nov 6, 2019

  1. Add demo/grouper tests

    Although the tests are quite advanced, they are not really complete yet.
    Most notably, group membership update in LDAP is not checked now.
    We should include running Trigger Scanner in these tests eventually.
    mederly committed Nov 6, 2019
    Copy the full SHA
    f5d5e63 View commit details
Older