Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] please ignore my previous mail

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] please ignore my previous mail


Chronological Thread 
  • From: Malathi Deenadayalan <>
  • To: "Rappleyea, Ben" <>
  • Cc:
  • Subject: Re: [grouper-users] please ignore my previous mail
  • Date: Wed, 28 Jul 2021 13:31:37 +0530

Hi Ben,

Sorry for my late reply, Thank you for your suggestion and I tried it in different way.
this way did not work for me
grouperUi.configurationEditor.sourceIpAddresses = 192.168.0.0/16

I tried it with this way putting value in my sql
INSERT INTO grouper_config (id,config_file_name,config_key,config_value,config_comment,config_file_hierarchy,config_encrypted,config_sequence,config_version_index,last_updated,hibernate_version_number,config_value_clob,config_value_bytes) VALUES
('b0fd9db204ae4d07af881ee7b178f45c','grouper-ui.properties','grouperUi.configurationEditor.sourceIpAddresses','0.0.0.0/0',NULL,'INSTITUTION','F',0,0,1604150796687,1,NULL,9);
commit;

Thank you so much.

Regards,
Malathi


On Mon, Jul 19, 2021 at 8:00 PM Rappleyea, Ben <> wrote:

Hello Malathi,

 

I am newer here as well, however, we found that we had to set the IP addresses that were allowed to access the configuration UI.

# Allow editing of the config from the UI from host container

cat > ./root/opt/grouper/grouperWebapp/WEB-INF/classes/grouper-ui.properties

  grouperUi.configurationEditor.sourceIpAddresses = 192.168.0.0/16

 

https://spaces.at.internet2.edu/display/Grouper/Grouper+v2.5+container+docker-compose+example

 

If you set it to 0.0.0.0 it should allow editing from any IP

 

 

Thank you for your time,

 

Benjamin Rappleyea

Lead IAM Administrator

Office of Technology Solutions | Illinois State University

Phone: 309-438-3311

Email:

 

From: <> On Behalf Of Malathi Deenadayalan
Sent: Monday, July 19, 2021 4:22 AM
To:
Subject: Re: [grouper-users] please ignore my previous mail

 

You don't often get email from . Learn why this is important

[This message came from an external source. If suspicious, report to ]

Hi,

Can anyone please reply for my previous mail regarding the source IP address error.

 

Regards,

Malathi

 

 

 

On Fri, Jul 16, 2021 at 3:35 PM Malathi <> wrote:

Hi,
I am new to the grouper installation and trying to install grouper 2.5.34 as
per the document

When I am trying to  upload a grouper-loader.properties files via the UI. But
there is some IP blocking on the uploading the configuration file. Where would
one set the IP access?

I am getting this error:
Your source IP address (103.97.242.30) is not allowed to access the
Configuration UI (in grouper-ui configuration)

Can anyone guide me

Regards,
Malathi




Archive powered by MHonArc 2.6.24.

Top of Page