-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add external_access_integration and secret to python model impl (#955)
* Add external_access_integration and secret to python model impl * adds changie entry * Don't format external_access_integrations * Comment out SQL queries that creates network rules, external access integration and secrets * fixes test this is plural * Runs secrets by test user Turns our secrets need to live in the schema in which they will be used and don't need to be run by ACCOUNTADMIN * Fixes example code httpx has no method called stats, it's status * Fix quoting for external access integrations * Include external access integration in secret test * re-add code to create rules changed permissions of CI user * get_generic_secret_string expects a string, not object --------- Co-authored-by: Ernesto Ongaro <[email protected]>
- Loading branch information
1 parent
ffc3d63
commit 92a3fcf
Showing
3 changed files
with
97 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add external_access_integration and secret to python models | ||
time: 2024-04-02T13:13:30.952425+01:00 | ||
custom: | ||
Author: Lindblomsebastian | ||
Issue: "955" |
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