-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from nautobot/develop-to-main-post-v2
`Develop` to `Main` before v2 release
- Loading branch information
Showing
32 changed files
with
932 additions
and
750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ skips: [] | |
# No need to check for security issues in the test scripts! | ||
exclude_dirs: | ||
- "./tests/" | ||
- "./.venv/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"cookiecutter": { | ||
"codeowner_github_usernames": "@smith-ntc", | ||
"full_name": "Network to Code, LLC", | ||
"email": "[email protected]", | ||
"github_org": "nautobot", | ||
"base_name": "secrets_providers", | ||
"plugin_name": "nautobot_secrets_providers", | ||
"verbose_name": "Nautobot's Secrets Providers Plugin", | ||
"plugin_slug": "nautobot-secrets-providers", | ||
"project_slug": "nautobot-plugin-secrets-providers", | ||
"repo_url": "https://github.com/nautobot/nautobot-plugin-secrets-providers", | ||
"base_url": "secrets-providers", | ||
"min_nautobot_version": "1.4.0", | ||
"max_nautobot_version": "1.9999", | ||
"nautobot_version": "latest", | ||
"camel_name": "NautobotSecretsProviders", | ||
"project_short_description": "Nautobot's Secrets Providers Plugin", | ||
"version": "0.1.0", | ||
"model_class_name": "None", | ||
"open_source_license": "Apache-2.0", | ||
"docs_base_url": "https://docs.nautobot.com", | ||
"docs_app_url": "https://docs.nautobot.com/projects/secrets-providers/en/latest", | ||
"_template_directory": "nautobot-plugin", | ||
"_drift_manager": { | ||
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git", | ||
"template_dir": "nautobot-plugin", | ||
"template_ref": "nautobot-plugin-v1.0", | ||
"cookie_dir": "", | ||
"branch_prefix": "drift-manager" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: "Rebake Cookie" | ||
on: | ||
schedule: | ||
# every day at 4:00 | ||
- cron: "0 4 * * *" | ||
workflow_dispatch: {} | ||
jobs: | ||
rebake: | ||
runs-on: "ubuntu-22.04" | ||
permissions: | ||
actions: "write" | ||
contents: "write" | ||
packages: "read" | ||
pull-requests: "write" | ||
container: "ghcr.io/nautobot/cookiecutter-nautobot-app-drift-manager/prod:latest" | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
steps: | ||
- name: "Rebake" | ||
run: | | ||
python -m ntc_cookie_drift_manager rebake \ | ||
--template-ref "main" \ | ||
--push \ | ||
'${{ github.repositoryUrl }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,30 @@ | ||
NAUTOBOT_DB_PASSWORD=notverysecurepwd | ||
NAUTOBOT_REDIS_PASSWORD=notverysecurepwd | ||
NAUTOBOT_SECRET_KEY=r8OwDznj!!dci#P9ghmRfdu1Ysxm0AiPeDCQhKE+N_rClfWNj | ||
################################################################################ | ||
# CREDS File: Store private information. Copied to creds.env and always ignored | ||
################################################################################ | ||
# Nautobot Configuration Secret Items | ||
NAUTOBOT_CREATE_SUPERUSER=true | ||
NAUTOBOT_SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567 | ||
NAUTOBOT_DB_PASSWORD=changeme | ||
NAUTOBOT_NAPALM_USERNAME='' | ||
NAUTOBOT_NAPALM_PASSWORD='' | ||
NAUTOBOT_REDIS_PASSWORD=changeme | ||
NAUTOBOT_SECRET_KEY='changeme' | ||
NAUTOBOT_SUPERUSER_NAME=admin | ||
NAUTOBOT_SUPERUSER_EMAIL=[email protected] | ||
NAUTOBOT_SUPERUSER_PASSWORD=admin | ||
NAUTOBOT_SUPERUSER_API_TOKEN=0123456789abcdef0123456789abcdef01234567 | ||
|
||
# Needed for Postgres, must match the values for Nautobot above | ||
PGPASSWORD=notverysecurepwd | ||
POSTGRES_PASSWORD=notverysecurepwd | ||
# Postgres | ||
POSTGRES_PASSWORD=${NAUTOBOT_DB_PASSWORD} | ||
PGPASSWORD=${NAUTOBOT_DB_PASSWORD} | ||
|
||
# Needed for Redis, must match the values for Nautobot above | ||
REDIS_PASSWORD=notverysecurepwd | ||
# MySQL Credentials | ||
MYSQL_ROOT_PASSWORD=${NAUTOBOT_DB_PASSWORD} | ||
MYSQL_PASSWORD=${NAUTOBOT_DB_PASSWORD} | ||
|
||
# POSTGRES_HOST=localhost | ||
# REDIS_HOST=localhost | ||
# NAUTOBOT_ROOT=./development | ||
# Use these to override values in development.env | ||
# NAUTOBOT_DB_HOST=localhost | ||
# NAUTOBOT_REDIS_HOST=localhost | ||
# NAUTOBOT_CONFIG=development/nautobot_config.py | ||
|
||
############################################################################# | ||
# Settings for Delinea/Thycotic Secret-Server-Reader | ||
|
Oops, something went wrong.