Skip to content

Commit

Permalink
working on it
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Felgate authored and mFelgate committed Aug 28, 2023
1 parent b6cecce commit 30491f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem "loofah", ">= 2.2.3"

# Pinned to update for role member search, using ref so merging and removing
# the branch doesn't immediately break this link
gem 'conjur-api', '5.4.0'
gem 'conjur-api', '5.4.1'
gem 'conjur-policy-parser', path: 'gems/policy-parser'
gem 'conjur-rack', path: 'gems/conjur-rack'
gem 'conjur-rack-heartbeat'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GEM
coderay (1.1.3)
command_class (0.0.2)
concurrent-ruby (1.2.2)
conjur-api (5.4.0)
conjur-api (5.4.1)
activesupport (>= 4.2)
addressable (~> 2.0)
rest-client
Expand Down
2 changes: 1 addition & 1 deletion dev/cli
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function enable_jwt() {

function enable_azure() {

../ci/authn-azure/check_dependencies.sh
../ci/test_suites/authenticators_azure/check_dependencies.sh

echo "Setting Azure details as env variables"

Expand Down
2 changes: 1 addition & 1 deletion dev/start
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ init_azure() {

enabled_authenticators="$enabled_authenticators,authn-azure/prod"

../ci/authn-azure/check_dependencies.sh
../ci/test_suites/authenticators_azure/check_dependencies.sh

client_load_policy \
"/src/conjur-server/ci/test_suites/authenticators_azure/policies/policy.yml"
Expand Down

0 comments on commit 30491f9

Please sign in to comment.