You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whereas,
domain: Adjust the domain to your JFrog environment. Do not include the http(s):// portion in the domain.
Use the same domain that you use for Docker login. For example:
If you log into Docker using dockerHost:Port, use domain: dockerHost:Port.
If you log into Docker using dockerHost, use domain: dockerHost.
Both Artifactory and Docker use the term "repository", but each uses it in a different way.
A Docker repository is a hosted collection of tagged images that, together, create the file system for a container
A Docker registry is a host that stores Docker repositories
An Artifactory repository is a hosted collection of Docker repositories, effectively, a Docker registry in every way, and one that you can access transparently with the Docker client.
So my domian name for my jfrog artifactory is " artifactory.mgmt.aws.uk.org "
When i use config file as below : ( note that registries are given under config.registries as per documentation )
Note that No Secret named "lacework-proxy-scanner-registry-secrets" gets created this time .
logs :
[WARNING]: 2024-01-25 11:01:09 - Error while loading cache file. Scanner will start with bootstap mode: open /opt/lacework/lacework_proxy_scanner_state.json.gz: no such file or directory
[ERROR]: 2024-01-25 11:01:09 - Error while loading cache. Running in bootstrap mode. open /opt/lacework/lacework_proxy_scanner_state.json.gz: no such file or directory
[INFO]: 2024-01-25 11:01:09 - Starting server..
[INFO]: 2024-01-25 11:01:09 - ScanDataHandlerWorker #1: Starting..
[INFO]: 2024-01-25 11:01:09 - Listener started
[INFO]: 2024-01-25 11:01:09 - server started successfully on port 8080
Also able to get all docker based registires scanned succesfully in lacework console this time and all 10 docker type registries in my jfrog artifactory are displayed in console .
Questions:
What is the domain value to give here ? domain of jfrog artifactory i.e artifactory.mgmt.aws.uk.org ? or path of docker registry inside jfrog artifactory i.e artifactory.mgmt.aws.uk.org/artifactory/api/docker/
Since the naming convection differ for word "registry" for lacework and jfrog
How does values and setup work good for added registries under ( config.lacework.registries ) instead of ( config.registries ) ? BUG ? or it the right way to use under config.lacework.registries and the documentation is the issue here ?
Looking for faster response!
Thank you
The text was updated successfully, but these errors were encountered:
shankarsrinivasnew
changed the title
JFROG artifactory registry domain ame not working as per helm values
JFROG artifactory registry domain name not working as per helm values
Jan 25, 2024
shankarsrinivasnew
changed the title
JFROG artifactory registry domain name not working as per helm values
JFROG artifactory registry domain name not working as per helm values for lacework proxy scanner deployment
Jan 25, 2024
As per lacework documentation:
https://docs.lacework.net/onboarding/integrate-proxy-scanner-with-jfrog-registry-auto-polling
whereas,
domain: Adjust the domain to your JFrog environment. Do not include the http(s):// portion in the domain.
From JFROG documentation:
https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-registries-and-repositories
Both Artifactory and Docker use the term "repository", but each uses it in a different way.
A Docker repository is a hosted collection of tagged images that, together, create the file system for a container
A Docker registry is a host that stores Docker repositories
An Artifactory repository is a hosted collection of Docker repositories, effectively, a Docker registry in every way, and one that you can access transparently with the Docker client.
So my domian name for my jfrog artifactory is " artifactory.mgmt.aws.uk.org "
When i use config file as below : ( note that registries are given under config.registries as per documentation )
helm upgrade --install --values lacework-values.yaml lacework-proxy-scanner lacework/proxy-scanner
where lacework-values.yaml are below
and pod fails running
errors:
But the same work good if I add registries under ( config.lacework.registries ) instead of ( config.registries ) as below
helm upgrade --install --values lacework-values.yaml lacework-proxy-scanner lacework/proxy-scanner
where lacework-values.yaml are below
and and pod running good now
logs :
Also able to get all docker based registires scanned succesfully in lacework console this time and all 10 docker type registries in my jfrog artifactory are displayed in console .
Questions:
Since the naming convection differ for word "registry" for lacework and jfrog
https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-registries-and-repositories
https://jfrog.com/help/r/jfrog-artifactory-documentation/local-docker-repositories
https://docs.lacework.net/onboarding/integrate-proxy-scanner-with-jfrog-registry-auto-polling
Looking for faster response!
Thank you
The text was updated successfully, but these errors were encountered: