这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@srinandan
Copy link
Collaborator

No description provided.

@srinandan srinandan requested a review from kurtkanaskie June 21, 2024 04:36
@srinandan srinandan linked an issue Jun 21, 2024 that may be closed by this pull request
@srinandan srinandan added the enhancement New feature or request label Jun 21, 2024
Copy link
Collaborator

@kurtkanaskie kurtkanaskie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Export of keystores needs to be scoped to each environment.
Result of export:

drwxr-xr-x    3 kurtkanaskie  primarygroup      96 Jun 25 14:34 keystore-apigeex-payg-kurt
drwxr-xr-x    3 kurtkanaskie  primarygroup      96 Jun 25 14:34 keystore-httpbin-2022-09-20
drwxr-xr-x    3 kurtkanaskie  primarygroup      96 Jun 25 14:34 keystore-mocktarget-CA-2022-09-20
drwxr-xr-x    2 kurtkanaskie  primarygroup      64 Jun 25 14:34 keystore-pingstatus-tls-v1-2021-03-04
drwxr-xr-x    3 kurtkanaskie  primarygroup      96 Jun 25 14:34 keystore-pingstatus-tls-v1-2022-03-08
drwxr-xr-x    6 kurtkanaskie  primarygroup     192 Jun 25 14:34 keystore-pingstatus-tls-v1-2023-03-10
drwxr-xr-x    3 kurtkanaskie  primarygroup      96 Jun 25 14:34 keystore-pingstatus-tls-v1-2023-03-15

Keystores by env

$ curlx https://$APIGEE_API/v1/organizations/$ORG/environments/dev/keystores
[
  "apigeex-payg-kurt"
]
$ curlx https://$APIGEE_API/v1/organizations/$ORG/environments/test/keystores
[
  "apigeex-payg-kurt",
  "httpbin-2022-09-20",
  "mocktarget-CA-2022-09-20",
  "pingstatus-tls-v1-2021-03-04",
  "pingstatus-tls-v1-2022-03-08",
  "pingstatus-tls-v1-2023-03-10",
  "pingstatus-tls-v1-2023-03-15"
]
$ curlx https://$APIGEE_API/v1/organizations/$ORG/environments/prod/keystores
[
  "apigeex-payg-kurt",
  "pingstatus-tls-v1-2022-03-08",
  "pingstatus-tls-v1-2023-03-15"
]

@srinandan srinandan requested a review from kurtkanaskie June 25, 2024 20:07
Copy link
Collaborator

@kurtkanaskie kurtkanaskie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@srinandan srinandan merged commit 3a8bf32 into main Jun 27, 2024
@srinandan srinandan deleted the issue469 branch June 27, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

organization export and import should include keyaliases

3 participants