Skip to content

Commit

Permalink
test with NRIA envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bryson committed Oct 20, 2023
1 parent beee77a commit e7b56c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .profile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ fi
export CKAN_SOLR_USER=$(vcap_get_service solr .credentials.username)
export CKAN_SOLR_PASSWORD=$(vcap_get_service solr .credentials.password)

export NEW_RELIC_LICENSE_KEY=$(vcap_get_service secrets .credentials.NEW_RELIC_LICENSE_KEY)
NEW_RELIC_LICENSE_KEY=$(vcap_get_service secrets .credentials.NEW_RELIC_LICENSE_KEY)
export NEW_RELIC_LICENSE_KEY
export NRIA_LICENSE_KEY="$NEW_RELIC_LICENSE_KEY"
# Get sysadmins list by a user-provided-service per environment
export CKANEXT__SAML2AUTH__SYSADMINS_LIST=$(echo $VCAP_SERVICES | jq --raw-output ".[][] | select(.name == \"sysadmin-users\") | .credentials.CKANEXT__SAML2AUTH__SYSADMINS_LIST")

Expand Down

0 comments on commit e7b56c9

Please sign in to comment.