Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
159 commits
Select commit Hold shift + click to select a range
c28ab9d
wip: basic opal server started
tobihans Oct 15, 2024
913451b
wip: gather all settings
tobihans Oct 16, 2024
d76deef
feat: generate client token from master token
tobihans Oct 16, 2024
f0129c4
feat: basic opal client container
tobihans Oct 16, 2024
4bff727
wip: interconnect opal client & server
tobihans Oct 17, 2024
66f9f5c
feat: interconnect containers in a custom network
tobihans Oct 18, 2024
6ec1a40
feat: use the same random id for all components
tobihans Oct 18, 2024
b296086
chore: savepoint
tobihans Oct 19, 2024
bcbdd19
feat: refactor debug statements
tobihans Oct 25, 2024
ff890dd
wip: ensure communication passes
tobihans Oct 29, 2024
534c815
feat: cleanup in preparation of WIP PR
tobihans Oct 29, 2024
19a65f2
chore: format
tobihans Oct 31, 2024
74cf12c
chore: add a sample .env to override variables
tobihans Oct 31, 2024
c75d064
Setup
izzywdev Nov 5, 2024
470c9b6
Co-authored-by: Ari Weinberg <ariWeinberg@users.noreply.github.com>
izzywdev Nov 6, 2024
a9e8f8c
Added sample flask service and nginx
izzywdev Nov 6, 2024
ccbce6c
Enable debugging and improve authorization logic
izzywdev Nov 11, 2024
18d5709
Integrate Gitea for local policy management
izzywdev Nov 12, 2024
e5a0cff
Update OPAL policy repo URL
izzywdev Nov 12, 2024
0c2e4d4
new file: CODE_OF_CONDUCT.md
ariWeinberg Nov 14, 2024
ee71d1a
Optimize OPAL server config and enable debugging
izzywdev Nov 18, 2024
7946f79
Supporting debugging in containers, fixed networking issue, convertin…
izzywdev Nov 25, 2024
1a5ee95
install opal-client and opal-server cli during execution
izzywdev Nov 25, 2024
7055cc6
trying to delete test branches from github
izzywdev Nov 25, 2024
0b9196f
compose env config
ariWeinberg Nov 29, 2024
eb51efb
new file: tests/run.sh
ariWeinberg Dec 3, 2024
0e25845
ari-tests, added docer environment creation by python
ariWeinberg Dec 16, 2024
6918243
new file: .gitignore
ariWeinberg Dec 16, 2024
0d2f3d4
fix
ariWeinberg Dec 16, 2024
0991e62
deleted: ari/gitea.py
ariWeinberg Dec 17, 2024
9a2c358
modified: .gitignore
ariWeinberg Dec 17, 2024
be31d32
modified: .gitignore
ariWeinberg Dec 17, 2024
883cf9d
modified: .gitignore
ariWeinberg Dec 18, 2024
45d1a44
modified: .gitignore
ariWeinberg Dec 18, 2024
a85396f
modified: new_pytest_env/gitea_docker_py.py
ariWeinberg Dec 18, 2024
6712ed0
a
ariWeinberg Dec 18, 2024
2689a6b
a
ariWeinberg Dec 18, 2024
f930464
Update .gitignore and launch configuration; modify test user location…
izzywdev Dec 18, 2024
6848bc6
Add RBAC policy to restrict access based on user location
izzywdev Dec 18, 2024
291e1fa
Update Gitea API token and add repository initialization script
izzywdev Dec 18, 2024
56fecad
modified: new_pytest_env/gitea_docker_py.py
ariWeinberg Dec 18, 2024
0fb0cf0
modified: new_pytest_env/gitea_docker_py.py
ariWeinberg Dec 18, 2024
ef97acb
gitea_access_token via code
ariWeinberg Dec 18, 2024
c69f75e
init_repo.py create a repo
ariWeinberg Dec 18, 2024
3b78b06
check if repo exists before creating it
ariWeinberg Dec 18, 2024
d899521
Refactor access token creation to streamline code and remove unnecess…
izzywdev Dec 18, 2024
3f99208
Merge branch 'new_pytest' of https://github.com/iwphonedo/opal into n…
izzywdev Dec 18, 2024
4ce6b86
init_repo.py: clone the repo after making sure it exists (or creating…
ariWeinberg Dec 18, 2024
7a93a61
Merge branch 'new_pytest' of https://github.com/iwphonedo/opal into n…
ariWeinberg Dec 18, 2024
fd57429
init_repo.py: check if repo exists (create if not), clone, update, co…
ariWeinberg Dec 19, 2024
e5e00f7
manual cleanup (before rewriting the code to use a more orgenized fil…
ariWeinberg Dec 19, 2024
e3cefc1
what's in this commit?
ariWeinberg Dec 19, 2024
e3c5035
modified: new_pytest_env/gitea_branch_update.py
ariWeinberg Dec 23, 2024
7c66ec9
finished file orgenization and cleanup
ariWeinberg Dec 23, 2024
7275888
create brodcast channel (not used yet)
ariWeinberg Dec 23, 2024
c1192b7
fixed data-policy test loop
ariWeinberg Dec 23, 2024
bf02357
conditionally prepare broadcast in main function
izzywdev Dec 23, 2024
d6a7ab4
refactor: update broadcast variable names and paths, adjust settings
izzywdev Dec 24, 2024
58334f1
removed unnecessary comments
ariWeinberg Dec 24, 2024
019e2a3
set default polling interval to 10 sec
ariWeinberg Dec 24, 2024
ac44b10
merging pytest
ariWeinberg Dec 24, 2024
320e0af
Merge branch 'additions-to-tests' into pytest
ariWeinberg Dec 24, 2024
4c4fd48
Merge branch 'new_pytest' into pytest
ariWeinberg Dec 24, 2024
de6b9bb
fixing mistakenly resolved
ariWeinberg Dec 24, 2024
8711c3c
Merge remote-tracking branch 'Remote/pytest' into pytest
ariWeinberg Dec 24, 2024
3f3e0a4
fix polling interval
ariWeinberg Dec 24, 2024
37fa272
started moving to pytest and testContainers
ariWeinberg Dec 25, 2024
89ca06c
finished gitea test container
ariWeinberg Dec 25, 2024
d4cb9de
mooved opal_server to pytest.
ariWeinberg Dec 25, 2024
7424f8d
refactor: restructure test environment and remove deprecated files
izzywdev Dec 26, 2024
50fdfb5
refactor: update logging in OpalServerContainer and add GiteaSettings…
izzywdev Dec 26, 2024
815c25b
feat: add Docker support with devcontainer configuration and settings…
izzywdev Dec 26, 2024
af7a564
fix: update Gitea repository URL to use dynamic port and enhance Opal…
izzywdev Dec 26, 2024
b9f1bfc
refactor: enhance GiteaContainer setup with additional labels and lif…
ariWeinberg Dec 26, 2024
da549b9
opal_client_container: network as param (not network name)
ariWeinberg Dec 27, 2024
5f19a41
refactor: update import paths in broadcast and opal client containers
ariWeinberg Dec 27, 2024
f7411f1
refactor: enhance test container setup with network integration and s…
ariWeinberg Dec 27, 2024
611ffbc
refactor: remove deprecated files and update OpalClientSettings for i…
ariWeinberg Dec 27, 2024
f6fb0c7
refactor: clean up test code by removing print statements and increas…
ariWeinberg Dec 27, 2024
a8b8968
Merge branch 'master' of https://github.com/iwphonedo/opal into pytest
izzywdev Dec 27, 2024
7e6d818
refactor: suppress pip install output and enhance user location publi…
ariWeinberg Dec 29, 2024
dfb71e9
deleted: tests/opal-example-policy-repo
ariWeinberg Dec 29, 2024
1ed6a7a
Merge branch 'pytest' of https://github.com/iwphonedo/opal into pytest
ariWeinberg Dec 29, 2024
71a1869
refactor: integrate PermitContainer into various container classes fo…
ariWeinberg Dec 29, 2024
a5e839b
refactor: enhance container settings and error logging, and improve p…
izzywdev Dec 30, 2024
99d8667
refactor: update OPAL server URL configuration and enhance data publi…
ariWeinberg Dec 30, 2024
9a61ba6
refactor: correct logger variable name, enhance broadcast container n…
izzywdev Dec 30, 2024
01c7c65
Merge branch 'pytest' of https://github.com/iwphonedo/opal into pytest
izzywdev Dec 30, 2024
5931938
refactor: remove obsolete opal-example-policy-repo subproject
izzywdev Dec 30, 2024
dc37fc4
refactor: comment out log line in PermitContainer for cleaner output
ariWeinberg Dec 30, 2024
7011211
refactor: update publish_data_user_location command to use server URL…
ariWeinberg Dec 30, 2024
b80572c
refactor: update Dockerfile to include gcc and python3-dev, and adjus…
izzywdev Dec 30, 2024
0b42ae0
Merge branch 'pytest' of https://github.com/iwphonedo/opal into pytest
izzywdev Dec 30, 2024
0762976
refactor: update PermitContainer log checking logic and remove unnece…
izzywdev Dec 30, 2024
56cd7c0
refactor: enhance test fixtures and update log waiting logic for impr…
izzywdev Dec 30, 2024
3baa266
refactor: update publish_data_user_location and data_publish_and_test…
ariWeinberg Dec 30, 2024
7d50884
refactor: correct image assignment in opal_client fixture for clarity
ariWeinberg Dec 30, 2024
1e0d211
refactor: add Docker image build fixtures for testing and enhance wai…
izzywdev Dec 30, 2024
bf19686
Merge branch 'pytest' of https://github.com/iwphonedo/opal into pytest
izzywdev Dec 30, 2024
7f9335d
feat: add new container classes and scripts for OPAL key generation a…
izzywdev Jan 1, 2025
8e78292
refactor: enhance GithubPolicyRepo to manage SSH keys and repository …
izzywdev Jan 1, 2025
55ba98f
refactor: remove unnecessary whitespace and add abstract methods for …
izzywdev Jan 1, 2025
4b6e831
refactor: simplify subprocess calls for opal-server and opal-client i…
ariWeinberg Jan 1, 2025
f2d7c28
refactor: update policy repo factory to accept temporary directory an…
izzywdev Jan 1, 2025
0e0d2d3
refactor: add environment variable for target repository name in Gith…
izzywdev Jan 1, 2025
cf212c5
refactor: update policy_repo fixture to accept temporary directory pa…
izzywdev Jan 1, 2025
fa7c0c5
refactor: enhance GithubPolicyRepo with webhook setup and improve pol…
ariWeinberg Jan 1, 2025
ec23fee
Merge remote-tracking branch 'israelw/setup' into pytest
izzywdev Jan 1, 2025
f4f1509
test: add initial tests for OpalServerConfig and enhance policy repo …
izzywdev Jan 1, 2025
6cd8830
refactor: update GitHub PAT environment variable handling in TestSett…
izzywdev Jan 1, 2025
b4fe351
refactor: remove GitHub PAT from HTTPS URL construction in GithubPoli…
ariWeinberg Jan 1, 2025
8a6fcff
refactor: update OPA and Cedar container settings, enhance test cases…
izzywdev Jan 1, 2025
1c755cc
refactor: replace TestSettings with pytest_settings and conditionally…
izzywdev Jan 1, 2025
5fafdfa
refactor: update import statements in opal_server_settings.py to use …
izzywdev Jan 1, 2025
24a5747
refactor: update import statement in opal_server_settings.py to impor…
izzywdev Jan 1, 2025
82ff340
refactor: update webhook setting variable name for consistency and cl…
izzywdev Jan 1, 2025
83ac9b7
refactor: enhance logging in PermitContainer and update Gitea and Git…
ariWeinberg Jan 2, 2025
59fa849
refactor: update logging levels to debug in various containers and ch…
ariWeinberg Jan 3, 2025
e4b45e1
refactor: correct variable name in assertion for container log connec…
ariWeinberg Jan 3, 2025
eea4e25
refactor: rename test functions for consistency and clarity
ariWeinberg Jan 3, 2025
61ebec9
refactor: remove deprecated Dockerfile, update devcontainer configura…
izzywdev Jan 3, 2025
e5f9525
Merge branch 'pytest' of https://github.com/iwphonedo/opal into pytest
izzywdev Jan 3, 2025
1057f6f
refactor: update devcontainer configuration to use setup script for e…
izzywdev Jan 5, 2025
cb68bcd
refactor: enhance test fixtures and settings for improved policy repo…
izzywdev Jan 5, 2025
61286f9
refactor: update variable names for consistency and fix method call s…
ariWeinberg Jan 5, 2025
4f3c030
refactor: clean up whitespace and enhance session matrix fixture for …
izzywdev Jan 6, 2025
db79ea6
Merge branch 'pytest' of https://github.com/iwphonedo/opal into pytest
izzywdev Jan 6, 2025
0536290
refactor: implement iterator for PyTestSessionSettings and update tes…
izzywdev Jan 6, 2025
c8730d9
refactor: update session_matrix fixture for improved parameterization…
izzywdev Jan 6, 2025
faa1a61
refactor: change return type of PyTestSessionSettings to dictionary a…
izzywdev Jan 6, 2025
792fc82
refactor: enhance logging in opal_servers function for better debuggi…
ariWeinberg Jan 6, 2025
17445a3
refactor: enhance setup fixture to finalize test session based on ses…
ariWeinberg Jan 6, 2025
19011e1
refactor: remove redundant logging from opal_servers and PyTestSessio…
ariWeinberg Jan 6, 2025
242c1d7
refactor: remove logging of publish_data_user_location command in tes…
ariWeinberg Jan 6, 2025
9fdc226
refactor: update obtain_OPAL_tokens method to accept caller identifie…
ariWeinberg Jan 6, 2025
63ef827
docs: update tests README to enhance clarity and structure of test or…
ariWeinberg Jan 6, 2025
4f3dc92
feat: add global exception handler to improve error reporting in tests
izzywdev Jan 6, 2025
42d66a0
Squashed commit of the following:
izzywdev Jan 6, 2025
f865496
feat: add global exception handler to improve error reporting in test…
izzywdev Jan 6, 2025
72f5126
Merging
izzywdev Jan 6, 2025
cb1f14b
feat: refactor container names and add Redis and Kafka UI containers …
izzywdev Jan 6, 2025
fabdf58
fix: update import paths and improve fixture documentation for clarity
izzywdev Jan 6, 2025
d1e6a50
feat: enhance logging and configuration for container settings
ariWeinberg Jan 6, 2025
f1063e5
Merge branch 'master' of https://github.com/iwphonedo/opal
ariWeinberg Jan 6, 2025
9ec7d03
feat: add 'is_first' condition to PyTestSessionSettings for improved …
ariWeinberg Jan 6, 2025
6b5bc5a
feat: enhance logging and environment variable management in test setup
izzywdev Jan 6, 2025
bd183c6
feat: refactor Docker image handling in test fixtures for improved ef…
ariWeinberg Jan 6, 2025
8c7e54d
feat: simplify 'is_first' condition in PyTestSessionSettings for bett…
izzywdev Jan 6, 2025
5df33b2
Merge branch 'master' of https://github.com/iwphonedo/opal
izzywdev Jan 6, 2025
d38e670
feat: remove unused files and components to streamline the project st…
izzywdev Jan 6, 2025
f6717b8
feat: update Docker image handling in test fixtures for improved sess…
ariWeinberg Jan 7, 2025
ddc6de3
Merge branch 'master' of https://github.com/iwphonedo/opal
ariWeinberg Jan 7, 2025
aca04ae
feat: enhance Docker image handling and configuration management in t…
izzywdev Jan 7, 2025
be08daf
Merge branch 'master' of https://github.com/iwphonedo/opal
izzywdev Jan 7, 2025
3134d55
feat: update Docker configurations and improve debugging settings for…
izzywdev Jan 7, 2025
e004641
Merge branch 'permitio:master' into master
izzywdev Jan 7, 2025
402f59a
feat: update port handling and debugging settings in container config…
izzywdev Jan 7, 2025
d12cad9
feat: update opal_client_settings to use dynamic port allocation and …
izzywdev Jan 7, 2025
eb11822
feat: update RBAC policy syntax for improved clarity and functionality
izzywdev Jan 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name": "Python 3",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
"runArgs": ["--name", "OAPL-DEV"],
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}

},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "/bin/bash .devcontainer/setup.sh",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
20 changes: 20 additions & 0 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash

if [ -d ".venv" ]; then
echo "Virtual environment already exists"
else
python3 -m venv .venv
fi
source .venv/bin/activate

apt-get update && apt-get install -y git

pip install --upgrade pip
pip3 install --user -r requirements.txt

cd tests
pip3 install --user -r requirements.txt

pip install pre-commit
pre-commit install
pre-commit run --all-files
80 changes: 42 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
# Byte-compiled / optimized / DLL files
# OPAL specific
opal_test_keys/*
.env
opal-example-policy-repo/*
data/
OPAL_DATASOURCE_TOKEN.tkn
OPAL_CLIENT_TOKEN.tkn

# Temporary and Python cache files
**/*.pyc
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Virtual environments
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
Expand All @@ -18,7 +34,6 @@ lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
Expand All @@ -27,16 +42,14 @@ share/python-wheels/
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
Expand All @@ -50,22 +63,23 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
new_pytest_env/temp

# Translations
*.mo
*.pot

# Django stuff:
# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
# Flask
instance/
.webassets-cache

# Scrapy stuff:
# Scrapy
.scrapy

# Sphinx documentation
Expand All @@ -84,53 +98,43 @@ ipython_config.py
# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
# Pipenv
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
# PEP 582
__pypackages__/

# Celery stuff
# Celery
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
# SageMath
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Editors
.vscode/
.idea
*.iml

# Spyder project settings
# Spyder
.spyderproject
.spyproject

# Rope project settings
# Rope
.ropeproject

# mkdocs documentation
/site
# mkdocs
docs/_build/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
# Pyre
.pyre/

# editors
.vscode/
.idea
*.iml

# System files
.DS_Store
pytest_6dbc.env
tests/pytest_1a09.env
40 changes: 40 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Remote to local",
"type": "debugpy",
"request": "attach",
"justMyCode": false,
"subProcess": true,
"connect": {
"host": "localhost",
"port": 5678
},
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
"remoteRoot": "${cwd}"
}
]
},
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
},
{
"name": "Python: Debug with Args",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"args": [
"--deploy",
"--with_broadcast",
],
"console": "integratedTerminal"
}
]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"cmake.ignoreCMakeListsMissing": true,
"makefile.configureOnOpen": false,
"python.analysis.extraPaths": [
"./packages/opal-common"
]
}
23 changes: 15 additions & 8 deletions app-tests/docker-compose-app-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

services:

broadcast_channel:
image: postgres:alpine
environment:
Expand All @@ -7,15 +9,19 @@ services:
- POSTGRES_PASSWORD=postgres

opal_server:
image: permitio/opal-server:${OPAL_IMAGE_TAG:-latest}
#image: permitio/opal-server:${OPAL_IMAGE_TAG:-latest}
build:
context: ../ # Point to the directory containing your Dockerfile
dockerfile: ./docker/Dockerfile.server # Specify your Dockerfile if it's not named 'Dockerfile'
deploy:
mode: replicated
replicas: 2
replicas: 1
endpoint_mode: vip
environment:
- OPAL_BROADCAST_URI=postgres://postgres:postgres@broadcast_channel:5432/postgres
- UVICORN_NUM_WORKERS=4
- OPAL_POLICY_REPO_URL=${OPAL_POLICY_REPO_URL:-git@github.com:permitio/opal-tests-policy-repo.git}
- UVICORN_NUM_WORKERS=0
#- OPAL_POLICY_REPO_URL=${OPAL_POLICY_REPO_URL:-git@github.com:permitio/opal-tests-policy-repo.git}
- OPAL_POLICY_REPO_URL=${OPAL_POLICY_REPO_URL:-git@github.com:permitio/opal-example-policy-repo.git}
- OPAL_POLICY_REPO_MAIN_BRANCH=${POLICY_REPO_BRANCH}
- OPAL_POLICY_REPO_SSH_KEY=${OPAL_POLICY_REPO_SSH_KEY}
- OPAL_DATA_CONFIG_SOURCES={"config":{"entries":[{"url":"http://opal_server:7002/policy-data","config":{"headers":{"Authorization":"Bearer ${OPAL_CLIENT_TOKEN}"}},"topics":["policy_data"],"dst_path":"/static"}]}}
Expand All @@ -35,9 +41,10 @@ services:

opal_client:
image: permitio/opal-client:${OPAL_IMAGE_TAG:-latest}
scale: 0
deploy:
mode: replicated
replicas: 2
replicas: 0
endpoint_mode: vip
environment:
- OPAL_SERVER_URL=http://opal_server:7002
Expand All @@ -50,9 +57,9 @@ services:
- OPAL_AUTH_JWT_AUDIENCE=https://api.opal.ac/v1/
- OPAL_AUTH_JWT_ISSUER=https://opal.ac/
- OPAL_STATISTICS_ENABLED=true
ports:
- "7766-7767:7000"
- "8181-8182:8181"
#ports:
# - "7766-7767:7000"
# - "8181-8182:8181"
depends_on:
- opal_server
command: sh -c "exec ./wait-for.sh opal_server:7002 --timeout=20 -- ./start.sh"
1 change: 1 addition & 0 deletions app-tests/jwks_dir/jwks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"keys": [{"kty": "RSA", "key_ops": ["verify"], "n": "3HYeEOlS7BXR4x0klclD909fcrjyr4Jkmuixfl8cRmS7q3LPIsl1hIueKK0qBLjc7jIUsPCUEoJTIwMcdFfPQnViexerdx_ekupUwR0IFRzJli5wG0cYW5UkKOKDaXRrN0cnOQLZ_48ol6aEki8lkbGNYmaGtqrNTHsKA8uEP8S7AKnFqseTHJPhKAGzeeFKjWD4wAR0dgXkixLVxcAFohP-WR68oWPlrRnkBfb3ovRgQpo0UVWnjY99DJu9KZCaCGhSyjP42kjY65PykFmWHRUTltfMq7dkGkKuIOn_0YEVFoGhTda934vDqZO2EXgjj2lTCpYkVNK_WsL8ILIeCHEnK2ZYnxl4BgKLOHu2xyk6U4i8VjYpJo0U9UDcvNHaIuPNTxs0LNr1VtSVLxvZHDZ8f0UnmElgSGnAHj1cFamT-erIfIFfSuhzJ2qwcA30Y1B6EO8bBrQ2YgSWm8CNJO9FqWkEK0SPb3xw64KSnGtuAbBpVoNvK8AeHT7m9-11QtS7PWUiUGkSGKtTMlsvz90hb-rbFBIRcDuP2NG6BfoFq-rbcX9A2Djqhpxi6Zfr_5s7GN95UTbUKCLau3jvgTwdSxjCPsiE9t1phlWmTwp_eC8uYVriSPwiQ4ZqBIUE3Gz1PikqRJCt2E2KFMiHjSwlEPMtrbPwnO1B0G1ZXk8", "e": "AQAB"}]}
Loading