Skip to content

Releases: phoenixnap/apigee-automation-scripts

v1.0.23

13 Jan 13:49
f71b515
Compare
Choose a tag to compare

updated workflows

v1.0.22

13 Jan 13:33
3606f8d
Compare
Choose a tag to compare

Modified the add / edit portal page script, to default to visible

v1.0.21

11 Nov 15:57
0010e98
Compare
Choose a tag to compare

Upgrade workflow actions version

v1.0.20

02 Aug 13:11
eb5ed82
Compare
Choose a tag to compare

What's Changed

  • Feature/bmc 22377 apigee calls expecting an access token cookie by @smuriana in #59
  • Feature/bmc 22377 apigee calls expecting an access token cookie by @smuriana in #60

Full Changelog: v1.0.19...v1.0.20

v1.0.19

29 Jul 06:51
4963371
Compare
Choose a tag to compare
Feature/bmc 22256 apigee calls expecting an access token cookie (#58)

* changed the way certificates are uploaded.  We are now uploading the certificate and private key as PEM files

* updating upload portal documentation too

---------

Co-authored-by: ryana-ccbill <ryanabl@ccbill.com>

v1.0.18

26 Jul 13:51
75215ca
Compare
Choose a tag to compare

Added access_token cookie to upload_spec.py. It seems that all of a sudden, apigee is expecting this cookie.

v1.0.17

19 Jul 12:48
ae0a563
Compare
Choose a tag to compare

Changed the way TLS certificates are uploaded.
Instead of taking a PKS12 certificate, the upload_tls and upload_tls_aliases is now taking two arguments

  • cf - certificate pem file
  • kf - private key pem file

v1.0.16

19 Jun 10:46
85f227e
Compare
Choose a tag to compare

Upgrade python image version from 3.7 to 3.12

v1.0.15

14 Jun 10:19
efe07bf
Compare
Choose a tag to compare

Add urllib3 package version

v1.0.14

06 Jun 08:06
794ebc5
Compare
Choose a tag to compare

Added the ability to specify a page_size as an argument when invoking upload_portal_documentation.py . By default page_size is set to 100.

This will fix a current issue where only the first 20 APIs are shown when calling the Apigee API if page_size is not specified, possibly resulting in an error when checking if API documentation already exists.