sul-dlss / rgeoserver

RGeoServer is a Ruby client for the GeoServer RESTful Configuration interface.
4 stars 3 forks source link

Use GeoServer default admin password #15

Closed mcritchlow closed 4 years ago

mcritchlow commented 4 years ago

The current admin password default of admin results in the following on a vanilla install of geoserver:

[1] pry(main)> catalog = RGeoServer::Catalog.new
[2] pry(main)> catalog.get_default_workspace
RestClient::Unauthorized: 401 Unauthorized

This is because GeoServer currently defaults to using geoserver as the password for the admin user. This change allows the creation of a Catalog object using the defaults again.

mcritchlow commented 4 years ago

@mejackreed - sure thing. Yeah we're trying to evaluate which direction to go. Hopefully we can have a conversation with you all soon about your plans for this repo vs geoserver-publish.