Questions tagged [federated]

Federated processing is a delegation of method invocation calls to trusted third party APIs or web services.

Federated processing transparently maps requests from multiple locations to return a single response. A federated data source can be queried directly even though the data is not stored locally.

References

111 questions
0
votes
1 answer

Where is connection string of federated table stored in mysql?

I have many federated tables in my mysql database. I can see the connection string when I open the table structure in dbforge. But i am not able to find where it is stored in mysql. I checked Information_schema tables and only found the table…
hiranes
  • 17
  • 10
0
votes
1 answer

How to implement data integration using federated servers in mysql?

How to do data integration between two servers using MYSQL federated servers?
ThunderStorm
  • 155
  • 1
  • 1
  • 12
0
votes
1 answer

Generating federated tables dynamically in mysql

I have server-1 and has database demo and have 10 tables. I have server-2 and has database feddemo. I have to generate federated tables in server-2 from demo database. How can this can be achieved.
chinta kiran
  • 129
  • 1
  • 1
  • 11
0
votes
0 answers

federated table error when GTID is ON for Mysql replication

I have an issue on mysql replication. I have master, slave and another independent db, and enforce_gtid_consistency = ON on master and slave. my test case: BEGIN; USE demo; INSERT INTO demo.log_master(msg)value('demo2'); CALL…
0
votes
1 answer

BigQuery Federated Data Source: CSV options in command-line interface?

When you create a federated data source using the command-line interface is it possible to specify load options like field delimiter, allow jagged rows etc.? bq mk…
0
votes
0 answers

Cognito Trigger not working for Federated sigin

I have configured a lambda trigger for Cognito. It works well for Cognito user signin but not for federated user sign in. Note: I am not using the 'Cognito Hosted UI' but Auth.federatedSignIn so that the users are authenticated via the provider(eg:…
0
votes
0 answers

Wso identityserver 5.2.0 can't call federated oidc authenticator secured with client certificate

I am trying to implement a federated oidc authenticator in Wso2 identityserver 5.2.0. After I succeeded configuring this connection, the federated authenticator implemented more strict security rules. Client do have to authenticate with a client…
Sjaak
  • 55
  • 5
0
votes
2 answers

DB2 Federated Nicknames: Password Security

I am working on an security analysis for an DB2 setup which uses federated nicknames. When setting up federated nicknames on DB2 a wrapper and user mappings must be created. For both a username and a password must be stored at the DB2. CREATE SERVER…
SHA2048
  • 73
  • 3
0
votes
1 answer

Federated Authentication throwing "potentially dangerous request.form value detected

We have a client who is asking us to secure a section of their Sitecore 8.0 site using federated authentication. They are hosting the site one one server and their authentication system is housed somewhere else in their back-end. Here is the code…
tjans
  • 1,503
  • 2
  • 16
  • 26
0
votes
1 answer

Websphere user registry get users for group performance/delay

I have the following jsp that I am deploying to WAS where I have my LDAP configured using Federated repository. <%@page import="com.ibm.websphere.security.UserRegistry"%> <%@page import="com.ibm.websphere.security.Result"%> <%@page…
SGM
  • 97
  • 1
  • 9
0
votes
1 answer

OpenNebula 4,14.2 Federation error VNC Master/Slave

We have federated two OpenNebula as master/slave, but we have detected a strange issue. Using the Master Sunstone, we can change to the Slave Sunstone. It works well, but if we try to lunch the VNC console from any virtual machine it fails (slave…
0
votes
1 answer

MariaDB FEDERATED text column

I created a FEDERATED database on a Centos 7 with MariaDB 5.5.44 from a db located on a Centos 6.x with Mysql 5.1.69. Updating value for a TEXT column from Centos 7 - MariaDb returns no error but does not update column value. Update works fine…
nicohell
  • 1
  • 1
0
votes
1 answer

Does RabbitMQ contain functionality to deal with offline target nodes

Being new to the RabbitMQ I was wondering how to deal with an offline target node. As an example this scenario: 1 log recording application that stores logs to some persistent storage N log publishing applications that want their logs to be…
Gabriël
  • 1,323
  • 2
  • 22
  • 34
0
votes
1 answer

Federated AD - Change Azure Tenant

Federated and Dirsync'd with on-premise Active Directory. Office 365 works great. Using Azure with co-administrators. Here begins the crux of the problem. Co-administrator added the federated domain to the Azure tenant. It showed up fine as a…
0
votes
2 answers

Can't start mysqld anymore after try restart it

I try to search for whole day but nothing make it work. First time ,after type "service mysqld restart" and wait for too long time. It announce service mysqld stop but nothing happened after that , so i press Ctrl + C and try restart again and wait…
user3500294
  • 23
  • 2
  • 8