On Apache ManifoldCF I have configured a CMIS Repository Connector which accesses only one document repository. During the configuration phase, I provided the administrator user and password. I use this CMIS Repository Connector in two Jobs connected respectively to a MongoDB Output Connector and an Elasticsearch Output Connector.
Do I need to configure Authorities?
Related
I am trying to create MWAA as root user and I have all AWS services (s3 and EMR )in North California. MWAA doesn't exist in North California. Hence created this in Oregon.
I am creating this in a private network, it also required a new s3 bucket in that region for my dags folder.
I see that it also needed a new vpc and private subnet as we dont have anything in that region created by clicking on "Create VPC ".
Now when I click on airflow UI. It says
"This site can’t be reached". Do I need to add my Ip to the security group here to access Airflow UI?
Someone, please guide.
Thanks,
Xi
From AWS MWAA documentation:
3. Enable network access. You'll need to create a mechanism in your Amazon VPC to connect to the VPC endpoint (AWS PrivateLink) for your Apache Airflow Web server. For example, by creating a VPN tunnel from your computer using an AWS Client VPN.
Apache Airflow access modes (AWS)
The AWS documentation suggests 3 different approaches for accomplishing this (tutorials are linked in the documentation).
Using an AWS Client VPN
Using a Linux Bastion Host
Using a Load Balancer (advanced)
Accessing the VPC endpoint for your Apache Airflow Web server (private network access)
Can one configure the probe time when using the HealthCheck framework in .NET 2.2.? Is there a way?
Timing it, the default refresh is 30 seconds or at least that's how often mine fires.
You can set the period property of IHealthCheckPublisher execution. The default value is 30 seconds.
services.Configure<HealthCheckPublisherOptions>(options =>
{
options.Period = TimeSpan.FromSeconds(10);
});
services.AddSingleton<IHealthCheckPublisher, SampleHealthCheckPublisher>();
services.AddHealthChecks()
.AddCheck<SampleHealthCheck>("Sample");
You can use AspNetCore.Diagnostics.HealthChecks and related packages provided by Xabaril via the BeatPulse project.
Here's the link to the repository: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
This package has a variety of implementations to provide health checks for different services like:
Sql Server
MySql
Oracle
Sqlite
RavenDB
Postgres
EventStore
RabbitMQ
Elasticsearch
Redis
System: Disk Storage, Private Memory, Virtual Memory
Azure Service Bus: EventHub, Queue and Topics
Azure Storage: Blob, Queue and Table
Azure Key Vault
Azure DocumentDb
Amazon DynamoDb
Amazon S3
Network: Ftp, SFtp, Dns, Tcp port, Smtp, Imap
MongoDB
Kafka
Identity Server
Uri: single uri and uri groups
Consul
Hangfire
This package makes refresh duration for probe configurable using settings in appSettings.json file.
You can find more details on the implementation for probe check here: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/kubernetes-liveness.md
Don't forget to mark the answer as accepted, if it resolved your issue
I am looking for artifactory default notary server . Dockerhub default notary server is notary.docker.io which is hosted on cloud. Does artifactory also supports any cloud notary server?
You can check out "Working with Docker Content Trust"
Notary is Docker's platform to provide trusted delivery of content by signing images that are published.
A content publisher can then provide the corresponding signing keys that allow users to verify that content when it is consumed.
Artifactory fully supports working with Docker Notary to ensure that Docker images uploaded to Artifactory can be signed, and then verified when downloaded for consumption. When the Docker client is configured to work with Docker Notary, after pushing an image to Artifactory, the client notifies the Notary to sign the image before assigning it a tag.
Artifactory supports hosting signed images without the need for any additional configuration.
Does artifactory also supports any cloud notary server?
So in that respect, your Artifactory instance can work with is its own notary.
The article explains how to run a notary instance (on port 4443).
I have a question regarding implementation in secured environment:
I have NAC and Nexus+repo in same environment and NES and agents in secured environment (over FW). NAC is connected one way to NES as stated in documentation
Is there an need to Open a connection between the NES and the NEXUS repo ?
or not ? I did not find any documentation on that ...
What are the best practices to deploy to agents over FW ?
Thanks.
You can find the list of ports for communication between NAC, NES and other tools for Nolio environment. Those ports should be open for communication, by adding an exception in your firewall rules.
The NES doesn't need to communicate with the nexus repository (Its main job is to serve as a proxy between the NAC and the agents)
Note:
The NAC connects to the repository to sync its action packs and store manifests
Agents that serve as artifact retrieval agents for artifacts that are set to be stored in the internal repository, need to be able to connect to the repository
I'm not sure what is FW
In our project we create a artifact type under artifact management and define it as zip/tar. Now if you can access the artifact over HTTP, that can be provided as the artifact definition. There is also an option to download the artifact and save in Nolio if you check the check box.
I'm new to WSO2 products and the company I worked for asked me to evaluate WSO2 Enterprise Service Bus (ESB). Aside from this they also wanted to evaluate the WSO2 Identity Server (IS) and WSO2 API Manager (APIM). So we created a test system installing ESB as the base product. After researching most of the references in the web states that you can install other WSO2 products inside an existing one by installing it's feature. So we decided that approach and after a few issues we have successfully installed APIM and IS inside a running ESB. However while accessing the APIM Publisher by using the url https://:9443/publisher we got an error
HTTP Status 405 - HTTP method GET is not supported by this URL
type Status report
message HTTP method GET is not supported by this URL
description The specified HTTP method is not allowed for the requested resource.
Apache Tomcat/7.0.34
Any idea what happened as we have not seen any errors on the logs? Is it possible if I just install on a separate instance the WSO2 APIM but assigning it to a different port so as to avoid conflict with the ESB?
Thanks for the help.
Is it possible if I just install on a separate instance the WSO2 APIM
but assigning it to a different port so as to avoid conflict with the
ESB?
Port offset allows you to run multiple WSO2 products, multiple instances of a WSO2 product, or multiple WSO2 product clusters on the same server or virtual machine (VM). Port offset defines the number by which all ports defined in the runtime such as the HTTP/S ports will be offset.
For example, if the default HTTP port is 9763 and the portOffset is 1, the effective HTTP port will be 9764. Therefore, for each additional WSO2 product instance, set the port offset to a unique value (the default is 0) so that they can all run on the same server without any port conflicts.
Port offset can be passed to the server during startup. The following command starts the server with the default port incremented by 3.
./wso2server.sh -DportOffset=3
Alternatively, you can set it in the Ports section of <PRODUCT_HOME>/repository/conf/carbon.xml as follows:
<Offset>3</Offset>
Hi You dont need to install API manager features in the ESB. You can take a API Manager instance instead which has a lightweight ESB running inside. you can access this from the management console on the API Manager