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

Change default authentication system from RbAcl to WebAC #23

Closed
wants to merge 4 commits into from
Closed

Change default authentication system from RbAcl to WebAC #23

wants to merge 4 commits into from

Conversation

whikloj
Copy link
Contributor

@whikloj whikloj commented Sep 17, 2015

Addresses FCREPO-1735

@@ -15,3 +15,8 @@ cd $HOME_DIR
/opt/karaf/bin/client < "$SHARED_DIR/install_scripts/fedora_camel_toolbox.script"

sed -i 's|solr.baseUrl=localhost:8983/solr/collection1|solr.baseUrl=localhost:8080/solr/collection1|' /opt/karaf/etc/org.fcrepo.camel.indexing.solr.cfg
if [ "$FEDORA_AUTH" == "true" ]; then
sed -i 's|fcrepo.authUsername=$|fcrepo.authUsername=fedoraAdmin|' /opt/karaf/etc/org.fcrepo.camel.indexing.solr.cfg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all works as expected, but the admin username and password sed commands are also needed for the following:

  • org.fcrepo.camel.reindexing.cfg
  • org.fcrepo.camel.indexing.triplestore.cfg
  • org.fcrepo.camel.fixity.cfg

Add checks for files and attempt to re-install features if not installed.
Change order of commands passed to karaf client
Add -u -h & -a arguments to karat client
@awoods
Copy link

awoods commented Sep 30, 2015

Resolved with:
0c6e9a1 and
982af09

@awoods awoods closed this Sep 30, 2015
@whikloj whikloj deleted the FCREPO-1735 branch October 4, 2016 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants