Skip to content

Commit

Permalink
Upgrade flask version (#21)
Browse files Browse the repository at this point in the history
* Fix develop dockerfile

* Change keycloak urls

* Fix develop workflow tag

* Fix production workflow

* Change log message

* Change config

* Add health check

* Fix health check

* Add ready health endpoint

* Fix issue

* Change workflow filenames

* Eoepca 910 um keycloak develop an identity api based on keycloak api (#17)

* feat: policies endpoints added, not completely

* feat: working on update policies

* feat: all remaining added, still policy update not working, create and update scope based permission not working

* feat: last resource permissions endpoints added and working

* fix: changed pyyaml version from 5.4.1 to 5.3.1

* feat: endpoints changed

* Update README

* Update config

* Update config

* Update config

* Api testing (#18)

* feat: added client_id as param to enpoints and other fixes

* added changes for permissions endpoints

* Update ci

* Update ci

* Release v1.0.0

* Fix ci

* Fix requirements

* Fix ci

* Upgrade flask version

---------

Co-authored-by: flaviorosadme <82375986+flaviorosadme@users.noreply.github.com>
  • Loading branch information
daniel-pimenta-DME and flaviorosadme authored Oct 15, 2023
1 parent a95ae39 commit ba1e179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.2.2
Flask==3.0.0
WellKnownHandler==0.2.0
requests==2.25.1
flask-swagger-ui==4.11.1
Expand Down
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from identityutils.configuration import load_configuration
from identityutils.keycloak_client import KeycloakClient
from retry.api import retry_call
from flask_healthz import healthz, HealthError
from flask_healthz import healthz

logger.Logger.get_instance().load_configuration(os.path.join(os.path.dirname(__file__), "../conf/logging.yaml"))
logger = logging.getLogger("IDENTITY_API")
Expand Down

0 comments on commit ba1e179

Please sign in to comment.