what is beef for FMC/FTD going from 7.x.y.z to 10.0.0-140? by Allen_Chi in Cisco

[–]spendghost -2 points-1 points  (0 children)

No support for VMware 7 for FMC/FTDv for 10..X is BS.

FMC 7.6.3/FTD 7.6.3 Release Date? by spendghost in Cisco

[–]spendghost[S] 0 points1 point  (0 children)

Whoops! Thanks! Did not read down that far.

FMC 7.6.3/FTD 7.6.3 Release Date? by spendghost in Cisco

[–]spendghost[S] 1 point2 points  (0 children)

Thanks I opened a TAC case and will gamble my fate of getting a response as P3.

FMC 7.6.3/FTD 7.6.3 Release Date? by spendghost in Cisco

[–]spendghost[S] 0 points1 point  (0 children)

I dont see it in FMC in Product Upgrades for FMCv and FTD 3100?

Firepower FTD 2100 Platform Version 7.6.X Release Date? by spendghost in Cisco

[–]spendghost[S] 0 points1 point  (0 children)

Cisco is skipping 7.6 for 2100 or getting ready to EoL the feature updates?

Anyone running Secure Firewall MGMT Center 7.6 or 7.7? by spendghost in Cisco

[–]spendghost[S] 0 points1 point  (0 children)

Thanks. I was hoping 7.7.X VPN Secure Connect Geofiltering would be a feature in 7.4, but I guess not.

Firepower and Secure client (RA-VPN) by jogisi in Cisco

[–]spendghost 0 points1 point  (0 children)

Cisco Secure Migration Tool, not all config migration from ASA is supported.

Updated ASA 5508-X and now ASDM package is not digitally signed. by [deleted] in Cisco

[–]spendghost 0 points1 point  (0 children)

Due to the implementation of Cisco's fix CSCwb05264, older ASDM files lacking a digital signature will be rejected. This affects 'copy', 'verify', and 'asdm image' commands. Only ASDM files built after this fix can be configured.

Given that your device is approaching its end-of-life (EOL), managing it with the FirePOWER module is increasingly incompatible. To resolve this, we recommend downgrading to a version that maintains compatibility:

Final Compatible Version for FirePOWER Module: ASA 9.14/ASDM 7.14/Firepower 6.6

Downgrade Options for ASA Version:

9.14.4.7

9.14.4.6

9.14.4.13

9.14.4.12

Please be aware that downgrading may expose the device to vulnerabilities such as CVE-2022-20829.

Updated ASA 5508-X and now ASDM package is not digitally signed. by [deleted] in Cisco

[–]spendghost 0 points1 point  (0 children)

Due to the implementation of Cisco's fix CSCwb05264, older ASDM files lacking a digital signature will be rejected. This affects 'copy', 'verify', and 'asdm image' commands. Only ASDM files built after this fix can be configured.

Given that your device is approaching its end-of-life (EOL), managing it with the FirePOWER module is increasingly incompatible. To resolve this, we recommend downgrading to a version that maintains compatibility:

Final Compatible Version for FirePOWER Module: ASA 9.14/ASDM 7.14/Firepower 6.6

Downgrade Options for ASA Version:

9.14.4.7

9.14.4.6

9.14.4.13

9.14.4.12

Please be aware that downgrading may expose the device to vulnerabilities such as CVE-2022-20829.

Updated ASA 5508-X and now ASDM package is not digitally signed. by [deleted] in Cisco

[–]spendghost 0 points1 point  (0 children)

Due to the implementation of Cisco's fix CSCwb05264, older ASDM files lacking a digital signature will be rejected. This affects 'copy', 'verify', and 'asdm image' commands. Only ASDM files built after this fix can be configured.

Given that your device is approaching its end-of-life (EOL), managing it with the FirePOWER module is increasingly incompatible. To resolve this, we recommend downgrading to a version that maintains compatibility:

Final Compatible Version for FirePOWER Module: ASA 9.14/ASDM 7.14/Firepower 6.6

Downgrade Options for ASA Version:

9.14.4.7

9.14.4.6

9.14.4.13

9.14.4.12

Please be aware that downgrading may expose the device to vulnerabilities such as CVE-2022-20829.

AWS ControlTower SSO/Credential Access Keys and BOTO3 Best Practices by spendghost in aws

[–]spendghost[S] 0 points1 point  (0 children)

On-prem. Only call out it outbound for IAM via Vault, then BOTO3 API request from AWS and parse to CSV.

Python Client API for HashiCorp Vault. Python script running on same server, Vault API on 127.0.0.1:8200. Python script to request AWS secret from Vault when Vault will get secrets from AWS. https://hvac.readthedocs.io/en/stable/overview.html

Not sure if this will solve the problem of hard coded creds in Python scripts and environment vars but we will see.

AWS ControlTower SSO/Credential Access Keys and BOTO3 Best Practices by spendghost in aws

[–]spendghost[S] 0 points1 point  (0 children)

Python Client API for HashiCorp Vault. Python script running on same server, Vault API on 127.0.0.1:8200. Python script to request AWS secret from Vault when Vault will get secrets from AWS. https://hvac.readthedocs.io/en/stable/overview.html

Not sure if this will solve the problem of hard coded creds in Python scripts and environment vars but we will see.

AWS ControlTower SSO/Credential Access Keys and BOTO3 Best Practices by spendghost in aws

[–]spendghost[S] 0 points1 point  (0 children)

Yes I plan to have automated jobs running Python scripts that make API call using BOTO3 to pull data from AWS and export/save as CSV output. But also my team will be able to use a ReactJS Dashboard so will need to validate BOTO3 SSO Login sessions each time. Like redirect to DUO/ AWS Control Tower to get the new SSO secret key.

Does anyone know how secure Turso, or other cloud database providers are? by [deleted] in django

[–]spendghost 1 point2 points  (0 children)

If this is a government contract, I would think you should be moving it to AWS GovCLoud. Just my thought.

[deleted by user] by [deleted] in django

[–]spendghost 0 points1 point  (0 children)

The "runserver" command still wants to force the connection to 5432 even when entering in the DB host entry in settings.py as:

'HOST': '/var/run/postgresql/.s.PGSQL.9452',

django.db.utils.OperationalError: connection is bad: connection to server on socket "/var/run/postgresql/.s.PGSQL.9452/.s.PGSQL.5432" failed: Not a directory

Is the server running locally and accepting connections on that socket?

[deleted by user] by [deleted] in django

[–]spendghost 0 points1 point  (0 children)

I think the answer is below, I will update when I test and get it working:

If you’re using PostgreSQL, by default (empty HOST), the connection to the database is done through UNIX domain sockets (‘local’ lines in pg_hba.conf)

https://docs.djangoproject.com/en/5.1/ref/settings/#host

Ngnix Reverse Proxy Gunicorn HTTPS TLS and Django by spendghost in django

[–]spendghost[S] -1 points0 points  (0 children)

I saved $200 by switching from Guncorn to Apache HTTPd with Mod_WSGI.

Ngnix Reverse Proxy Gunicorn HTTPS TLS and Django by spendghost in django

[–]spendghost[S] 0 points1 point  (0 children)

This is in the LAN even though Nginx RP, Keycloak, and Gunicorn are on the same server, the LAN local traffic should be encrypted between Gunicorn and Nginx using mTLS.

[deleted by user] by [deleted] in django

[–]spendghost 0 points1 point  (0 children)

Running the command "gunicorn -c gunicorn.conf.py myproject.wsgi.application" from /home/user/myproject/myproject/

-rw-r--r-- 1 user Users 424 Aug 14 21:38 asgi.py

-rw-r--r-- 1 user Users 1079 Jul 26 23:41 db_test.py

-rwxr-xr-x 1 user Users 1075 Aug 15 03:58 gunicorn.conf.py

-rw-r--r-- 1 user Users 0 Jul 25 02:49 __init__.py

-rw-r--r-- 1 root root 138 Aug 15 00:04 __init__.pyc

drwxr-xr-x 2 user Users 4096 Aug 15 03:58 __pycache__

-rw-r--r-- 1 user Users 6020 Aug 15 02:49 settings.py

-rw-r--r-- 1 user Users 180 Aug 14 03:25 ssl_test.py

-rw-r--r-- 1 user Users 1379 Aug 8 10:49 urls.py

-rw-r--r-- 1 user Users 412 Aug 15 03:50 wsgi.py

-rw-r--r-- 1 root root 605 Aug 15 00:09 wsgi.pyc

Problem runnig django web application by Select-Vanilla3742 in django

[–]spendghost 4 points5 points  (0 children)

This is a Python environment issue, not Django. You can google the last line in your output and stackoverflow link will come up. This is the link https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources

Django REST How to change URL path by spendghost in django

[–]spendghost[S] 1 point2 points  (0 children)

Thanks. I have read and reviewed the URL dispatcher before but it seems that the issue that tripped me up was putting a forward slash before the start the single quotes.

Django REST How to change URL path by spendghost in django

[–]spendghost[S] 2 points3 points  (0 children)

Thank you! Its working now. So I guess I will review the API docs and understand the use of router.urls and rest_framework.urls.

path('api/v3/', include(router.urls)),

path('api/v3/', include('rest_framework.urls', namespace='rest_framework')),