|
Re: Getting 401 for newly created users using aaa-cli-jar
Have you created a grant for the user? Otherwise, it should return 401…
Have you created a grant for the user? Otherwise, it should return 401…
|
By
Ryan Goulding <ryandgoulding@...>
·
#1723
·
|
|
Getting 401 for newly created users using aaa-cli-jar
Hi all,
I am trying to create users using aaa-cli-jar, the users are getting created but I am getting 401 when I try to use that user.
Did anything changed recently?
Any idea what I am
Hi all,
I am trying to create users using aaa-cli-jar, the users are getting created but I am getting 401 when I try to use that user.
Did anything changed recently?
Any idea what I am
|
By
Naveen Kumar Verma
·
#1722
·
|
|
Re: [release] Autorelease oxygen failed to build aaa-shiro from aaa
This is fixed by https://git.opendaylight.org/gerrit/#/c/74045/.
This is fixed by https://git.opendaylight.org/gerrit/#/c/74045/.
|
By
Tom Pantelis
·
#1721
·
|
|
[release] Autorelease oxygen failed to build aaa-shiro from aaa
Attention aaa-devs,
Autorelease oxygen failed to build aaa-shiro from aaa in build
353. Attached is a snippet of the error message related to the
failure that we were able to automatically parse as
Attention aaa-devs,
Autorelease oxygen failed to build aaa-shiro from aaa in build
353. Attached is a snippet of the error message related to the
failure that we were able to automatically parse as
|
By
Jenkins <jenkins-dontreply@...>
·
#1720
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
I have an idea for this - will push patch soon.
I have an idea for this - will push patch soon.
|
By
Tom Pantelis
·
#1718
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
Ryan, can you take a look?
Thanks.
Ryan, can you take a look?
Thanks.
|
By
Ariel Adam <aadam@...>
·
#1719
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
This is really a AAA issue so moved to https://jira.opendaylight.org/browse/AAA-176
This is really a AAA issue so moved to https://jira.opendaylight.org/browse/AAA-176
|
By
Tom Pantelis
·
#1717
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
Here is a jira to track this one:
https://jira.opendaylight.org/browse/CONTROLLER-1850
JamO
Here is a jira to track this one:
https://jira.opendaylight.org/browse/CONTROLLER-1850
JamO
|
By
Jamo Luhrsen <jluhrsen@...>
·
#1716
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
The exception emanates from shiro code so that would be the place to start. Anyone have cycles now to try to look into this?
The exception emanates from shiro code so that would be the place to start. Anyone have cycles now to try to look into this?
|
By
Tom Pantelis
·
#1715
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
It gives information about which node is leader and which is follower for a given shard while diagstatus only gives information about if all services are up or not. It is used in monitoring tool of
It gives information about which node is leader and which is follower for a given shard while diagstatus only gives information about if all services are up or not. It is used in monitoring tool of
|
By
Vishal Thapar <vthapar@...>
·
#1714
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
Michael,
The shard list is being dumped to make sure our single shard configuration is proper at different places of the CSIT. Not to check if cluster is ready.
Thanks,
Faseela
Michael,
The shard list is being dumped to make sure our single shard configuration is proper at different places of the CSIT. Not to check if cluster is ready.
Thanks,
Faseela
|
By
Faseela K <faseela.k@...>
·
#1713
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
even if that is a better thing for CSIT to do, it would just be a workaround
to whatever problem is really there.
JamO
____
even if that is a better thing for CSIT to do, it would just be a workaround
to whatever problem is really there.
JamO
____
|
By
Jamo Luhrsen <jluhrsen@...>
·
#1712
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
I don't know the details of what this CSIT wants from /jolokia/read/org.opendaylight.controller:type=DistributedOperationalDatastore,Category=ShardManager,name=shard-manager-operational/LocalShards,
I don't know the details of what this CSIT wants from /jolokia/read/org.opendaylight.controller:type=DistributedOperationalDatastore,Category=ShardManager,name=shard-manager-operational/LocalShards,
|
By
Michael Vorburger <vorburger@...>
·
#1711
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
Tom,
I couldn’t follow your response below completely.
But, the URL whatever I am using in CSIT works most of the times, and only in some random cases it throws the shiro error.
When I
Tom,
I couldn’t follow your response below completely.
But, the URL whatever I am using in CSIT works most of the times, and only in some random cases it throws the shiro error.
When I
|
By
Faseela K <faseela.k@...>
·
#1710
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
jolokia has a different security code path than restconf that interfaces with shiro. It starts with:
....
at
jolokia has a different security code path than restconf that interfaces with shiro. It starts with:
....
at
|
By
Tom Pantelis
·
#1709
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
Could this be related to the clustering bugs Vic and Jamo are following like [1] that deal with 500 responses?
[1] https://jira.opendaylight.org/browse/CONTROLLER-1838
Could this be related to the clustering bugs Vic and Jamo are following like [1] that deal with 500 responses?
[1] https://jira.opendaylight.org/browse/CONTROLLER-1838
|
By
Sam Hague <shague@...>
·
#1708
·
|
|
Re: [netvirt-dev] Random errors while fetching JOLOKIA URLs in 3 node CSIT
I've seen this in my local testing during bringup or during ownership change. Sometimes it persists even post ownership change.
I've seen this in my local testing during bringup or during ownership change. Sometimes it persists even post ownership change.
|
By
Vishal Thapar <vthapar@...>
·
#1707
·
|
|
Random errors while fetching JOLOKIA URLs in 3 node CSIT
Hello aaa-dev,
I am trying to dump some of the MDSAL exposed MBeans with jolokia over HTTP , while am experimenting with some of the 3 node netvirt CSIT activities [0].
The HTTP requests work
Hello aaa-dev,
I am trying to dump some of the MDSAL exposed MBeans with jolokia over HTTP , while am experimenting with some of the 3 node netvirt CSIT activities [0].
The HTTP requests work
|
By
Faseela K <faseela.k@...>
·
#1706
·
|
|
Re: ssh passwordless login to Karaf
I don't know, I don't use or maintain this code. Ask the people who do:
https://karaf.apache.org/community.html
Regards,
Ryan Goulding
I don't know, I don't use or maintain this code. Ask the people who do:
https://karaf.apache.org/community.html
Regards,
Ryan Goulding
|
By
Ryan Goulding <ryandgoulding@...>
·
#1705
·
|
|
Re: ssh passwordless login to Karaf
Hi Ryan,
I want to do passwordless login using the userid: egjmnnq . I am followinghttps://karaf.apache.org/manual/latest/security
below are the changes made but no luck as it's still
Hi Ryan,
I want to do passwordless login using the userid: egjmnnq . I am followinghttps://karaf.apache.org/manual/latest/security
below are the changes made but no luck as it's still
|
By
A Vamsikrishna
·
#1704
·
|