Coder Social home page Coder Social logo

panos.pan.dev's Introduction

panos.pan.dev's People

Contributors

blindaa121 avatar csestito avatar dependabot[bot] avatar despera3821 avatar dgildelaig avatar fvigo avatar haodi-zingbox avatar jamesholland-uk avatar jishah-panw avatar jtschichold avatar lychiang avatar mistermchoward avatar shuailiu-zingbox avatar solalraveh avatar sserrata avatar trois-six avatar vimehta-panw avatar vknell avatar xhoms avatar zengling-zingbox avatar zhepu-zingbox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

panos.pan.dev's Issues

[Community Health Assessment] Changes needed

This issue was opened by a bot called Community Health (PANW) because this repo has failed too many community health checks.

Repo maintainers: Please take the time to fix the issues in the table to reach the target score. These improvements will help others find your work and contribute to it. This issue will update as your score improves until it hits the target score.

Click More info for instructions to fix each item.

Health Check Pass Score More Info
Contains a meaningful README.md file 20 / 20 More info
SUPPORT.md file exists 0 / 20 More info
Repo has a description 15 / 15 More info
Has a recognized open source license 15 / 15 More info
Has a descriptive repo name 15 / 15 More info
Required topics attached to repo 15 / 15 More info
CONTRIBUTING.md file with contribution guidelines 5 / 5 More info
Has custom issue and pull request templates 0 / 5 More info

Current score: 85
Target threshold: 100
Total possible: 110

Issue with "Expedition 2.0 Installation" in @site/docs/expedition/expedition_qs.md

Thank you for taking the time to help us improve our documentation! Please describe the problem and a suggested fix below and we'll get back to you as soon as we can. --DevRel

Describe the problem

The installation script check for expedition being already installed utilizes the wrong command to list applications and therefore never recognizes expedition as installed.

Suggested fix

Utilize "apt list --installed" instead of "apt-get list --installed"

Check if some packages has already been installed

expeditionAlreadyInstalled=$(apt list --installed | grep -c expedition)
if [ "$expeditionAlreadyInstalled" -ne 0 ]; then
    printTitleFailed "This script has been prepared to install Expedition from scratch"
    printTitleFailed "Expedition package is already present"
    exit 1
else
    printTitle "This machine does not have Expedition installed"
fi;

Incorrect Python Example for Expedition Zip Preparation

Thank you for taking the time to help us improve our documentation! Please describe the problem and a suggested fix below and we'll get back to you as soon as we can. --DevRel

Describe the problem

The python example for STEP 1: Initiate a Zip preparation for migration at the URL below is incorrect. In the response from the Expedition API the key under expedition is resources, not resource as listed in the documentation.

https://panos.pan.dev/docs/expedition/creating_migration_zip_2/

Relevant response data from the API.

      "data": {
        "total-objects": null,
        "fields": null,
        "columns": null,
        "content": {
          "expedition": {
            "resources": {
              "zipId": 860292
            }
          }
        }

Suggested fix

--- a/docs/expedition/creating_migration_zip_2.mdx
+++ b/docs/expedition/creating_migration_zip_2.mdx
@@ -126,7 +126,7 @@ values={[
 print('PREPARE MIGRATION ZIP')
 r = requests.get('https://'+ip+'/api/v1/prepare/zip', data=data, verify=False, headers=hed)
 response=r.json()
-zipID = json.dumps(response['Contents']['response']['data']['content']['expedition']['resource']['zipId'])
+zipID = json.dumps(response['Contents']['response']['data']['content']['expedition']['resources']['zipId'])
 print(zipID+'\n')

Issue with "Quickstart" in @site/docs/panpython_qs.md

Thank you for taking the time to help us improve our documentation! Please describe the problem and a suggested fix below and we'll get back to you as soon as we can. --DevRel

Describe the problem

Testing

Suggested fix

Testing

Issue with "Terraform ELB Integration" in @site/docs/cloud/terraform_elb.md

Thank you for taking the time to help us improve our documentation! Please describe the problem and a suggested fix below and we'll get back to you as soon as we can. --DevRel

Describe the problem

when I run the script prep_tf.py it gives the error.

Traceback (most recent call last):
File "C:\Users\Chiranjeev Sinha\Desktop\terraform\palo alto autoscale\aws_modules_version\prep_tf.py", line 70, in
main()
File "C:\Users\Chiranjeev Sinha\Desktop\terraform\palo alto autoscale\aws_modules_version\prep_tf.py", line 48, in main
key, value = line.split("=")
ValueError: need more than 1 value to unpack

I'm new to python so I don't understand what is this error. I tried to google it but no luck.
I am using it to generate terraform.tfvars from output.tfvars.
Could you please help me on this.

2nd. when I make terraform.tfvars manually and run terraform apply: it gives me below error:
terraform.exe plan

Error: resource 'aws_cloudformation_stack.LambdaCustomResource' config: unknown variable referenced: 'LambdaENIQueue'; define it with a 'variable' block

Error: resource 'aws_cloudformation_stack.LambdaCustomResource' config: unknown variable referenced: 'UntrustSecurityGroup'; define it with a 'variable' block

Error: resource 'aws_cloudformation_stack.LambdaCustomResource' config: unknown variable referenced: 'TrustSecurityGroup'; define it with a 'variable' block

Error: resource 'aws_cloudformation_stack.LambdaCustomResource' config: unknown variable referenced: 'MgmtSecurityGroup'; define it with a 'variable' block


i have verified the variables are declared already.

Issue with "PAN-OS® APIs and SDKs" in @site/docs/apis.md

Thank you for taking the time to help us improve our documentation! Please describe the problem and a suggested fix below and we'll get back to you as soon as we can. --DevRel

Describe the problem

Broken links due to dir structure change

Suggested fix

Fix links to other docs

Issue with "Expedition 2.0" in @site/docs/expedition.md

Thank you for taking the time to help us improve our documentation! Please describe the problem and a suggested fix below and we'll get back to you as soon as we can. --DevRel

Describe the problem

Supported vendor matrix table illegible in dark mode

Suggested fix

Perhaps use a different emoji?

Instead of ✔️ use ☑️ or ✅

Issue with "Quickstart" in @site/docs/panpython_qs.md

Thank you for taking the time to help us improve our documentation! Please describe the problem and a suggested fix below and we'll get back to you as soon as we can. --DevRel

Describe the problem

Testing

Suggested fix

Testing

"Products" position in the topbars

The Products menu in the topbar is in different positions in cortex.pan.dev, panos.pan.dev and xsoar.pan.dev. Position should be consistent across the websites.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.